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
Bug fixes for lcs.diff2html; xml.writer
[factor/jcg.git]
/
basis
/
tr
/
tr-tests.factor
blob
3434c28216366a5114b28d829a930875ab807b51
1
IN: tr.tests
2
USING: tr tools.test ascii ;
3
4
TR: tr-test ch>upper "ABC" "XYZ" ;
5
6
[ "XXYY" ] [ "aabb" tr-test ] unit-test
7
[ "XXYY" ] [ "AABB" tr-test ] unit-test
8
[ { 12345 } ] [ { 12345 } tr-test ] unit-test