From 8a8e497bfe99cb3af8d35a7ffe78028e24d4824d Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sun, 18 Oct 2020 19:39:31 -0700 Subject: [PATCH] correction: that fixes #237 --- pollen/private/ts.rktd | 2 +- pollen/test/test-poly-output-path.rkt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pollen/private/ts.rktd b/pollen/private/ts.rktd index 1c8498c..def5e18 100644 --- a/pollen/private/ts.rktd +++ b/pollen/private/ts.rktd @@ -1 +1 @@ -1601236971 +1603075171 diff --git a/pollen/test/test-poly-output-path.rkt b/pollen/test/test-poly-output-path.rkt index 7436535..07c260c 100644 --- a/pollen/test/test-poly-output-path.rkt +++ b/pollen/test/test-poly-output-path.rkt @@ -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)