deplacement de tests env et expensions var dans false positive

This commit is contained in:
hugogogo
2021-12-18 13:53:27 +01:00
parent 918efaf73c
commit 4cc4f8d243
4 changed files with 56 additions and 46 deletions

View File

@@ -1,29 +1,11 @@
# ERROR :
# quotes inside $
echo $"USER"
echo $"etet"
echo $"hallo"
echo /$"123$USER"
echo hallo$"USER"
echo hallo$"POEP"
echo hallo$'USER'
# "$number"
echo "$222"
echo "hallo$USER***$USER$2$"
echo "$53535"
# OK :
echo $
echo $+
mkdir directory1
export POEP=directory1
cd $POEP $MEERPOEP ..