From 2e06c9a62f8fa97f1f84c573c3b4f84e605629ad Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Tue, 18 Jun 2013 21:10:32 +0200 Subject: Support unquote-splicing through a variant of exec-path (reported by Moritz) --- tests/run.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/run.scm b/tests/run.scm index 13313e5..ff7896d 100644 --- a/tests/run.scm +++ b/tests/run.scm @@ -29,6 +29,10 @@ "hi, there\n" (run/string (echo "hi, there"))) + (test "Unquote-splicing run/string" + "hi, there\n" + (run/string (echo ,@(list "hi," "there")))) + (test "Simple run/sexp" '("hi, there") (run/sexp (echo "(\"hi, there\") trailing stuff is ignored"))) @@ -146,4 +150,4 @@ (test-end) -(test-exit) \ No newline at end of file +(test-exit) -- cgit v1.2.3