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)