| author | |
| committer | |
| log | aa1c780560df4a9d2b2aa93202010574e3d84063 |
| tree | 8040036423c2fb05a61efe51e84f50a4519c96f4 |
| parent | 48efa3bcb678ac2f869554b4c5383f865ad73a33 |
1 files changed, 5 insertions(+), 0 deletions(-)
lib/std/zig/parser_test.zig+5| ... | ... | @@ -3068,6 +3068,11 @@ test "zig fmt: while" { |
| 3068 | 3068 | \\ while (i < 10) : ({ |
| 3069 | 3069 | \\ i += 1; |
| 3070 | 3070 | \\ j += 1; |
| 3071 | \\ }) continue; | |
| 3072 | \\ | |
| 3073 | \\ while (i < 10) : ({ | |
| 3074 | \\ i += 1; | |
| 3075 | \\ j += 1; | |
| 3071 | 3076 | \\ }) { |
| 3072 | 3077 | \\ continue; |
| 3073 | 3078 | \\ } |