diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/scripts/functions/eval | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/scripts/functions/eval b/tests/scripts/functions/eval index 9595d4e..6f02a7a 100644 --- a/tests/scripts/functions/eval +++ b/tests/scripts/functions/eval @@ -149,11 +149,11 @@ $(eval $(FOO)) run_make_test(' define FOO -all: ; @echo he\llo +all: ; @echo '."'".'he\llo'."'".' @echo world endef $(eval $(FOO)) -', '', 'hello +', '', 'he\llo world'); |