projects
/
ulas
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04622a6
)
Fixed tests
author
Lukas Krickl
<lukas@krickl.dev>
Sun, 12 Nov 2023 17:36:52 +0000
(18:36 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Sun, 12 Nov 2023 17:36:52 +0000
(18:36 +0100)
src/test.c
patch
|
blob
|
history
diff --git
a/src/test.c
b/src/test.c
index ab04ee6eba0fb2b7d401dbd3d44447cbbe5fda08..f5badfdf7b55dd5ac29259b4ee97d9361937b8ba 100644
(file)
--- a/
src/test.c
+++ b/
src/test.c
@@
-116,7
+116,7
@@
void test_preproc(void) {
"#macro test\ntest macro with no args\n#endmacro\ntest");
assert_preproc("", -1, "#macro test\n not terminated\n");
assert_preproc(
- "nested macro t1\nafter\ncontent n1\n
\n
", 0,
+ "nested macro t1\nafter\ncontent n1\n", 0,
"#macro test\nnested macro $1\n#macro "
"nested\ncontent $1\n#endmacro\nafter\nnested n1\n#endmacro\ntest t1");