fix(AstNode::bundle_comments): don't bundle at A, // comment \n B #588

Merged
wetneb merged 5 commits from ada4a/mergiraf:bundle-comments-fix1 into main 2025-09-14 19:58:26 +02:00

5 commits

Author SHA1 Message Date
49bf47c2d3
fix
All checks were successful
/ test (pull_request) Successful in 42s
yo dawg i herd you like `match`es
2025-09-14 13:52:17 +02:00
1a7d57b869
replace with match
This commit doesn't change any logic -- it's only separated from the
next one to hopefully make the latter's diff easier to understand.
2025-09-14 13:52:17 +02:00
e99e55c058
add an obscene amount of tests
switch from `fn`s to `mod`s, since they have one fewer children
2025-09-14 13:52:16 +02:00
837ec150f6
AstNode::ascii_tree: add colorize: bool parameter 2025-09-12 01:12:59 +02:00
47e3624cfd
make ctx.parse track the caller
so that we see which test that invoked it was the one that failed
2025-09-12 01:12:59 +02:00