From 1f9c2efda586fadfcadb0e030e2fbf8c5acc5ba3 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 15 Jun 2024 23:04:06 -0500 Subject: Define `t' to the result of reading tests/test.gmi --- repl.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'repl.scm') diff --git a/repl.scm b/repl.scm index eb1c010..627c340 100644 --- a/repl.scm +++ b/repl.scm @@ -7,3 +7,5 @@ (jimmy read) (jimmy html) (jimmy wrap)) + +(define t (with-input-from-file "tests/test.gmi" parse)) -- cgit 1.4.1-21-gabe81