2008-09-22 03:37:48 -04:00
|
|
|
USING: benchmark.regex-dna io io.files io.encodings.ascii
|
2008-11-17 21:28:52 -05:00
|
|
|
io.streams.string kernel tools.test splitting ;
|
2008-09-22 03:37:48 -04:00
|
|
|
IN: benchmark.regex-dna.tests
|
|
|
|
|
2015-07-03 12:39:59 -04:00
|
|
|
{ t } [
|
2008-09-22 03:37:48 -04:00
|
|
|
"resource:extra/benchmark/regex-dna/regex-dna-test-in.txt"
|
2008-11-21 21:09:23 -05:00
|
|
|
[ regex-dna ] with-string-writer
|
2008-09-22 03:37:48 -04:00
|
|
|
"resource:extra/benchmark/regex-dna/regex-dna-test-out.txt"
|
2008-11-21 21:09:23 -05:00
|
|
|
ascii file-contents =
|
2008-09-22 03:37:48 -04:00
|
|
|
] unit-test
|