diff options
Diffstat (limited to 'tests/regression/echotest/variable-scope-tests-expected.txt')
-rw-r--r-- | tests/regression/echotest/variable-scope-tests-expected.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/regression/echotest/variable-scope-tests-expected.txt b/tests/regression/echotest/variable-scope-tests-expected.txt index 92db05d..5994778 100644 --- a/tests/regression/echotest/variable-scope-tests-expected.txt +++ b/tests/regression/echotest/variable-scope-tests-expected.txt @@ -14,3 +14,5 @@ ECHO: undef ECHO: 5 ECHO: "undeclared variable can still be passed and used" ECHO: 6 +ECHO: "attempt to assign from a not-yet-defined variable which also exists globally" +ECHO: 5, 1 |