about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2024-06-15 23:04:06 -0500
committerCase Duckworth2024-06-15 23:04:06 -0500
commit1f9c2efda586fadfcadb0e030e2fbf8c5acc5ba3 (patch)
treef47bdbdd0542795944b98d992d999461aede90cc
parentFix html filters (diff)
downloadjimmy-1f9c2efda586fadfcadb0e030e2fbf8c5acc5ba3.tar.gz
jimmy-1f9c2efda586fadfcadb0e030e2fbf8c5acc5ba3.zip
Define `t' to the result of reading tests/test.gmi
-rw-r--r--repl.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/repl.scm b/repl.scm index eb1c010..627c340 100644 --- a/repl.scm +++ b/repl.scm
@@ -7,3 +7,5 @@
7 (jimmy read) 7 (jimmy read)
8 (jimmy html) 8 (jimmy html)
9 (jimmy wrap)) 9 (jimmy wrap))
10
11(define t (with-input-from-file "tests/test.gmi" parse))