commit 7c7c63a2ecfe198f30fe85467f2b90a0edbbe1a3 (tree)
parent abdfad528f90d3dd144547f684eb5afc50e083e1
Author: Motiejus Jakštys <motiejus.jakstys@chronosphere.io>
Date: Wed, 11 Feb 2026 07:50:04 +0000
parser: fix duplicate while test content, match upstream verbatim
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Diffstat:
1 file changed, 0 insertions(+), 12 deletions(-)
diff --git a/parser_test.zig b/parser_test.zig
@@ -3400,18 +3400,6 @@ test "zig fmt: while" {
\\ }
\\
\\ while (a) |v| : (a = null)
- \\ continue;
- \\
- \\ while (a) |v| : (a = null)
- \\ continue
- \\ else
- \\ unreachable;
- \\
- \\ for (&[_]u8{}) |v| {
- \\ continue;
- \\ }
- \\
- \\ while (a) |v| : (a = null)
\\ unreachable;
\\
\\ label: while (10 < 0) {