commit a6688d7e56ae3a52f679ed8a11467ce28bc0986e (tree) parent 3b25d2d34fdc6041cc00b4f298bede1900de2d71 Author: Motiejus Jakštys <motiejus.jakstys@chronosphere.io> Date: Tue, 10 Feb 2026 14:36:06 +0000 parser: port test "top-level tuple function call type" Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Diffstat:
| M | parser_test.zig | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/parser_test.zig b/parser_test.zig @@ -1798,3 +1798,10 @@ test "zig fmt: if-else with comment before else" { \\ ); } + +test "zig fmt: top-level tuple function call type" { + try testCanonical( + \\foo() + \\ + ); +}