diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-25 15:17:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-25 15:17:01 +0200 |
commit | 757f42e7dea94f8b79b3d55074dedeafd853ddc5 (patch) | |
tree | 8fa27fd27e36a85a6348d85b746d49a676a27027 /tests/function/builtin/testscript | |
parent | a3dad2118fb3925ef4f9baa90cea0dfd44ca93c6 (diff) |
Implement literal here-document support
Diffstat (limited to 'tests/function/builtin/testscript')
-rw-r--r-- | tests/function/builtin/testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/function/builtin/testscript b/tests/function/builtin/testscript index 1a4c5d1..6491a60 100644 --- a/tests/function/builtin/testscript +++ b/tests/function/builtin/testscript @@ -36,7 +36,7 @@ test.options += -q --buildfile - noop { $* <<EOI >'true' : empty-untyped x = - print \$empty\(\$x) + print $empty($x) EOI $* <'print $empty([string])' >'true' : empty-typed |