aboutsummaryrefslogtreecommitdiff
path: root/examples/main.c
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-04-19 17:55:42 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2026-04-19 17:55:42 +0200
commitcf6f08d1602841f8c337dc64365e2dcde1e4c528 (patch)
tree4e94b76fa7c035b2de9e983bab248063aef5a6b4 /examples/main.c
parent25fa85cbb622e1f9dc9818b0d18fe0de2ef7e5a3 (diff)
fix(ast): error if title contains modifier
Diffstat (limited to 'examples/main.c')
-rw-r--r--examples/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/main.c b/examples/main.c
index 1409bd5..11534b3 100644
--- a/examples/main.c
+++ b/examples/main.c
@@ -20,6 +20,7 @@ int main() {
// invalid
foo("hello *world");
+ foo("hello world :::");
foo("# hello :::");
return 0;
}