factor/core/strings/parser/parser-tests.factor

5 lines
131 B
Factor
Raw Normal View History

IN: strings.parser.tests
USING: strings.parser tools.test ;
[ "Hello\n\rworld" ] [ "Hello\\n\\rworld" unescape-string ] unit-test