about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2024-06-18 12:43:01 -0500
committerCase Duckworth2024-06-18 12:43:01 -0500
commit90c42b46d9759e5d65e8ae7c8b066d19f9c8b538 (patch)
treefd3c07a99ca0099fb6ab9f4568203dd2ed66b065
parentFix verbatim processing fully (diff)
downloadjimmy-90c42b46d9759e5d65e8ae7c8b066d19f9c8b538.tar.gz
jimmy-90c42b46d9759e5d65e8ae7c8b066d19f9c8b538.zip
Update test case to pass main
-rw-r--r--tests/run.scm2
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&lt;=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"