Fix <"
parent
4b19afdb4e
commit
eae7e95d9b
|
@ -10,4 +10,7 @@ bar
|
|||
[ "foo\nbar\n" ] [ test-it ] unit-test
|
||||
[ "foo\nbar\n" ] [ <" foo
|
||||
bar
|
||||
"> ] unit-test
|
||||
"> ] unit-test
|
||||
|
||||
[ "hello\nworld" ] [ <" hello
|
||||
world"> ] unit-test
|
||||
|
|
|
@ -38,7 +38,7 @@ PRIVATE>
|
|||
: parse-multiline-string ( end-text -- str )
|
||||
[
|
||||
lexer get [ swap (parse-multiline-string) ] change-column drop
|
||||
] "" make rest-slice but-last ;
|
||||
] "" make rest ;
|
||||
|
||||
: <"
|
||||
"\">" parse-multiline-string parsed ; parsing
|
||||
|
|
Loading…
Reference in New Issue