# HG changeset patch # User Rik # Date 1382031876 25200 # Node ID 4e5c17b3294af052ff28578583ace36eaaaceeaf # Parent dd125b5e809064cf0350db4aced79e847410abdb line-continue.tst: Remove incorrect test for line continuation in single-quoted string. * test/line-continue.tst: Remove incorrect test for line continuation in single-quoted string. diff -r dd125b5e8090 -r 4e5c17b3294a test/line-continue.tst --- a/test/line-continue.tst Thu Oct 17 12:50:17 2013 -0400 +++ b/test/line-continue.tst Thu Oct 17 10:44:36 2013 -0700 @@ -58,9 +58,6 @@ %!assert (["abc\ %! def"], "abc def") -%!assert (['abc\ -%! def'], "abc def") - %!test %!assert (1 == 1 %! && 2 == 2