diff options
author | Case Duckworth | 2024-06-18 12:43:01 -0500 |
---|---|---|
committer | Case Duckworth | 2024-06-18 12:43:01 -0500 |
commit | 90c42b46d9759e5d65e8ae7c8b066d19f9c8b538 (patch) | |
tree | fd3c07a99ca0099fb6ab9f4568203dd2ed66b065 /tests | |
parent | Fix verbatim processing fully (diff) | |
download | jimmy-90c42b46d9759e5d65e8ae7c8b066d19f9c8b538.tar.gz jimmy-90c42b46d9759e5d65e8ae7c8b066d19f9c8b538.zip |
Update test case to pass main
Diffstat (limited to 'tests')
-rw-r--r-- | tests/run.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.scm b/tests/run.scm index cd5acba..4ca0fef 100644 --- a/tests/run.scm +++ b/tests/run.scm | |||
@@ -91,7 +91,7 @@ | |||
91 | " and other things.\n" | 91 | " and other things.\n" |
92 | "</p>\n" | 92 | "</p>\n" |
93 | "<h2>a code example</h2>\n" | 93 | "<h2>a code example</h2>\n" |
94 | "<pre><code>for (a=1;a<=4;a++) {\n" | 94 | "<pre><code>for (a=1;a<=4;a++) {\n" |
95 | "\tprintf(\"%d\\n\", a);\n" | 95 | "\tprintf(\"%d\\n\", a);\n" |
96 | "}\n" | 96 | "}\n" |
97 | "</code></pre>\n" | 97 | "</code></pre>\n" |