]> gitweb.factorcode.org Git - factor.git/commitdiff
multiline: disable test that defines a weird syntax word.
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 21 Jul 2015 23:42:48 +0000 (16:42 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 22 Jul 2015 00:33:14 +0000 (17:33 -0700)
basis/multiline/multiline-tests.factor

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