Skip to content

Commit

Permalink
fix: properly test variable quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez authored Jan 3, 2017
1 parent 8c3a658 commit 342d970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/josegonzalez/fixtures/all.env
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ NVAR4="{$NVAR1} {$NVAR2}"
NVAR5="$NVAR1 {NVAR2}"

NULLVAR1=null
NVAR6='${NULLVAR1} ${NVAR1}'
NVAR6="${NULLVAR1} ${NVAR1}"

PHP_NULL=null
STRING_NULL="null"
Expand Down

0 comments on commit 342d970

Please sign in to comment.