aboutsummaryrefslogtreecommitdiff
path: root/test/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/parser.c')
-rw-r--r--test/parser.c11
1 files changed, 9 insertions, 2 deletions
diff --git a/test/parser.c b/test/parser.c
index fb1c0b2..06a305e 100644
--- a/test/parser.c
+++ b/test/parser.c
@@ -45,10 +45,17 @@ int main(int argc, char** argv) {
treep_11->data.block.nxt = NULL;
tree_0->data.block.nxt = NULL;
+ /*
+
+ [block]
+
+
+ */
+
char src_0[] = "" \
":int:f = {" \
- " a.b;" \
- " c.d;" \
+ "a.b;" \
+ "c.d"
"}";
pp = pp_init(src_0);