Bail out on line-endings workarounds now that we have a better fix for that on Win64
parent
985aca75ba
commit
2cbc979460
|
@ -6,11 +6,8 @@ IN: html.templates.fhtml.tests
|
||||||
: test-template ( path -- ? )
|
: test-template ( path -- ? )
|
||||||
"resource:basis/html/templates/fhtml/test/"
|
"resource:basis/html/templates/fhtml/test/"
|
||||||
prepend
|
prepend
|
||||||
[
|
[ ".fhtml" append <fhtml> [ call-template ] with-string-writer ]
|
||||||
".fhtml" append <fhtml> [ call-template ] with-string-writer
|
[ ".html" append utf8 file-contents ] bi
|
||||||
<string-reader> lines
|
|
||||||
] keep
|
|
||||||
".html" append utf8 file-lines
|
|
||||||
[ . . ] [ = ] 2bi ;
|
[ . . ] [ = ] 2bi ;
|
||||||
|
|
||||||
[ t ] [ "example" test-template ] unit-test
|
[ t ] [ "example" test-template ] unit-test
|
||||||
|
|
|
@ -4,7 +4,7 @@ IN: benchmark.regex-dna.tests
|
||||||
|
|
||||||
[ t ] [
|
[ t ] [
|
||||||
"resource:extra/benchmark/regex-dna/regex-dna-test-in.txt"
|
"resource:extra/benchmark/regex-dna/regex-dna-test-in.txt"
|
||||||
[ regex-dna ] with-string-writer <string-reader> lines
|
[ regex-dna ] with-string-writer
|
||||||
"resource:extra/benchmark/regex-dna/regex-dna-test-out.txt"
|
"resource:extra/benchmark/regex-dna/regex-dna-test-out.txt"
|
||||||
ascii file-lines =
|
ascii file-contents =
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
Loading…
Reference in New Issue