multiline: trailing space is necessary. new parser handles this case now.

db4
Doug Coleman 2015-07-02 15:29:41 -07:00
parent 1b2b39133d
commit a35d43303c
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
USING: accessors eval multiline sequences tools.test ; USING: eval multiline sequences tools.test ;
IN: multiline.tests IN: multiline.tests
STRING: test-it STRING: test-it
@ -42,8 +42,9 @@ x
END END
] unit-test ] unit-test
! there's a space after xyz
[ "xyz \n" ] [ HEREDOC: END [ "xyz \n" ] [ HEREDOC: END
xyz xyz
END END
] unit-test ] unit-test