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 -- ? )
|
||||
"resource:basis/html/templates/fhtml/test/"
|
||||
prepend
|
||||
[
|
||||
".fhtml" append <fhtml> [ call-template ] with-string-writer
|
||||
<string-reader> lines
|
||||
] keep
|
||||
".html" append utf8 file-lines
|
||||
[ ".fhtml" append <fhtml> [ call-template ] with-string-writer ]
|
||||
[ ".html" append utf8 file-contents ] bi
|
||||
[ . . ] [ = ] 2bi ;
|
||||
|
||||
[ t ] [ "example" test-template ] unit-test
|
||||
|
|
|
@ -4,7 +4,7 @@ IN: benchmark.regex-dna.tests
|
|||
|
||||
[ t ] [
|
||||
"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"
|
||||
ascii file-lines =
|
||||
ascii file-contents =
|
||||
] unit-test
|
||||
|
|
Loading…
Reference in New Issue