# 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 --git a/test/line-continue.tst b/test/line-continue.tst --- a/test/line-continue.tst +++ b/test/line-continue.tst @@ -58,9 +58,6 @@ %!assert (["abc\ %! def"], "abc def") -%!assert (['abc\ -%! def'], "abc def") - %!test %!assert (1 == 1 %! && 2 == 2