multiline: disable test that defines a weird syntax word.
parent
269ea7a291
commit
97d29b8f57
|
@ -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
|
||||||
|
*/
|
||||||
|
|
Loading…
Reference in New Issue