changeset 17675:4e5c17b3294a

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.
author Rik <rik@octave.org>
date Thu, 17 Oct 2013 10:44:36 -0700
parents dd125b5e8090
children c060ad097056
files test/line-continue.tst
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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