From 757f42e7dea94f8b79b3d55074dedeafd853ddc5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 25 Nov 2016 15:17:01 +0200 Subject: Implement literal here-document support --- tests/function/builtin/testscript | 2 +- tests/function/path/testscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/function') 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 { $* <'true' : empty-untyped x = - print \$empty\(\$x) + print $empty($x) EOI $* <'print $empty([string])' >'true' : empty-typed diff --git a/tests/function/path/testscript b/tests/function/path/testscript index e1b08af..0f83ad6 100644 --- a/tests/function/path/testscript +++ b/tests/function/path/testscript @@ -34,6 +34,6 @@ if ($cxx.target.class != windows) # @@ TMP ternarry else p = c:/../foo end; -$* <"\$path.normalize\('$p')" 2>>EOE != 0 +$* <"\$path.normalize\('$p')" 2>>"EOE" != 0 error: invalid path: '$p' EOE -- cgit v1.1