multiline: disable test that defines a weird syntax word.

db4
Doug Coleman 2015-07-21 16:42:48 -07:00
parent 269ea7a291
commit 97d29b8f57
1 changed files with 2 additions and 1 deletions

View File

@ -71,6 +71,7 @@ lol
xyz xyz
] unit-test ] unit-test
/*
<< <<
SYNTAX: MULTILINE-LITERAL: parse-here suffix! ; SYNTAX: MULTILINE-LITERAL: parse-here suffix! ;
>> >>
@ -83,7 +84,6 @@ bar
} foo } foo
] unit-test ] unit-test
! Make sure parse-here fails if extra crap appears on the first line ! Make sure parse-here fails if extra crap appears on the first line
[ [
"CONSTANT: foo { MULTILINE-LITERAL: asdfasfdasdfas "CONSTANT: foo { MULTILINE-LITERAL: asdfasfdasdfas
@ -91,3 +91,4 @@ bar
; ;
}" eval }" eval
] must-fail ] must-fail
*/