| ... | @@ -1374,7 +1374,7 @@ test "zig fmt: multiline string parameter in fn call with trailing comma" { | ... | @@ -1374,7 +1374,7 @@ test "zig fmt: multiline string parameter in fn call with trailing comma" { |
| 1374 | \\ \\ZIG_C_HEADER_FILES {} | 1374 | \\ \\ZIG_C_HEADER_FILES {} |
| 1375 | \\ \\ZIG_DIA_GUIDS_LIB {} | 1375 | \\ \\ZIG_DIA_GUIDS_LIB {} |
| 1376 | \\ \\ | 1376 | \\ \\ |
| 1377 | \\ , | 1377 | \\ , |
| 1378 | \\ std.cstr.toSliceConst(c.ZIG_CMAKE_BINARY_DIR), | 1378 | \\ std.cstr.toSliceConst(c.ZIG_CMAKE_BINARY_DIR), |
| 1379 | \\ std.cstr.toSliceConst(c.ZIG_CXX_COMPILER), | 1379 | \\ std.cstr.toSliceConst(c.ZIG_CXX_COMPILER), |
| 1380 | \\ std.cstr.toSliceConst(c.ZIG_DIA_GUIDS_LIB), | 1380 | \\ std.cstr.toSliceConst(c.ZIG_DIA_GUIDS_LIB), |
| ... | @@ -3385,10 +3385,17 @@ test "zig fmt: Indent comma correctly after multiline string literals in arg lis | ... | @@ -3385,10 +3385,17 @@ test "zig fmt: Indent comma correctly after multiline string literals in arg lis |
| 3385 | \\ \\------------ | 3385 | \\ \\------------ |
| 3386 | \\ \\xxxxxxxxxxxx | 3386 | \\ \\xxxxxxxxxxxx |
| 3387 | \\ \\xxxxxxxxxxxx | 3387 | \\ \\xxxxxxxxxxxx |
| 3388 | \\ , | 3388 | \\ , |
| 3389 | \\ g.GtkMessageType.GTK_MESSAGE_WARNING, | 3389 | \\ g.GtkMessageType.GTK_MESSAGE_WARNING, |
| 3390 | \\ null, | 3390 | \\ null, |
| 3391 | \\ ); | 3391 | \\ ); |
| | 3392 | \\ |
| | 3393 | \\ z.display_message_dialog(*const [323:0]u8, |
| | 3394 | \\ \\Message Text |
| | 3395 | \\ \\------------ |
| | 3396 | \\ \\xxxxxxxxxxxx |
| | 3397 | \\ \\xxxxxxxxxxxx |
| | 3398 | \\ , g.GtkMessageType.GTK_MESSAGE_WARNING, null); |
| 3392 | \\} | 3399 | \\} |
| 3393 | \\ | 3400 | \\ |
| 3394 | ); | 3401 | ); |