repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of git://factorcode.org/git/factor
[factor/jcg.git]
/
core
/
strings
/
parser
/
parser-tests.factor
blob
80f649c204a1668872023e42a7ed7968882276d6
1
IN: strings.parser.tests
2
USING: strings.parser tools.test ;
3
4
[ "Hello\n\rworld" ] [ "Hello\\n\\rworld" unescape-string ] unit-test