correction: that fixes #237

dev-poly-fix-201114
Matthew Butterick 4 years ago
parent 8d443ba8e5
commit 8a8e497bfe

@ -1 +1 @@
1601236971
1603075171

@ -14,7 +14,7 @@
[current-project-root poly-output-path-dir])
(for ([parallel? (list #true #false)])
;; passing "text.txt" as argument should force use of txt rendering
;; passing "text.txt" as argument should force use of `txt` rendering
(render-batch #:parallel parallel? test.txt)
(check-equal? (file->string test.txt) "(root hello world)")
(delete-file test.txt)

Loading…
Cancel
Save