diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-19 17:55:42 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-19 17:55:42 +0200 |
| commit | cf6f08d1602841f8c337dc64365e2dcde1e4c528 (patch) | |
| tree | 4e94b76fa7c035b2de9e983bab248063aef5a6b4 /examples | |
| parent | 25fa85cbb622e1f9dc9818b0d18fe0de2ef7e5a3 (diff) | |
fix(ast): error if title contains modifier
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/main.c | 1 |
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; } |
