Skip to content

Commit e8ede97

Browse files
committed
fix test after rebase
1 parent ae2083b commit e8ede97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/stdlib/trstgen.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ Test1
11691169
"input(4, 11) Warning: language 'unsupportedLang' not supported",
11701170
"input(8, 4) Warning: language 'anotherLang' not supported"
11711171
])
1172-
check(output == "<pre class = \"listing\">\nanything</pre>" &
1172+
check(output == "<pre class = \"listing\">anything</pre>" &
11731173
"<p><pre class = \"listing\">\nsomeCode\n</pre> </p>")
11741174

11751175
test "RST admonitions":

0 commit comments

Comments
 (0)