From 9a23b07c4c0d06c40d7c0ce91c5fdf7c8449ac49 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 12 Dec 2018 21:41:40 +0100 Subject: testsuite: add bc and dc tests Signed-off-by: Denys Vlasenko --- testsuite/bc_strings.bc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testsuite/bc_strings.bc (limited to 'testsuite/bc_strings.bc') diff --git a/testsuite/bc_strings.bc b/testsuite/bc_strings.bc new file mode 100644 index 000000000..1cb7d6a61 --- /dev/null +++ b/testsuite/bc_strings.bc @@ -0,0 +1,12 @@ +"string" +"another string" +"yet +another +string" +"noescapes\n" +"newline +" +print "string" +print "newline\n" + +print "\\\e\n" -- cgit v1.2.3