diff options
author | Case Duckworth | 2024-06-15 23:04:06 -0500 |
---|---|---|
committer | Case Duckworth | 2024-06-15 23:04:06 -0500 |
commit | 1f9c2efda586fadfcadb0e030e2fbf8c5acc5ba3 (patch) | |
tree | f47bdbdd0542795944b98d992d999461aede90cc | |
parent | Fix html filters (diff) | |
download | jimmy-1f9c2efda586fadfcadb0e030e2fbf8c5acc5ba3.tar.gz jimmy-1f9c2efda586fadfcadb0e030e2fbf8c5acc5ba3.zip |
Define `t' to the result of reading tests/test.gmi
-rw-r--r-- | repl.scm | 2 |
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)) | ||