From cf6f08d1602841f8c337dc64365e2dcde1e4c528 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sun, 19 Apr 2026 17:55:42 +0200 Subject: fix(ast): error if title contains modifier --- examples/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') 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; } -- cgit v1.2.3