diff options
Diffstat (limited to 'tests/run.scm')
-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" |