mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 21:08:36 +00:00
std.zig.parse cleanup
This commit is contained in:
parent
05ecb49bac
commit
abcd418451
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,11 @@
|
||||
//test "zig fmt: same-line doc comment on variable declaration" {
|
||||
// try testCanonical(
|
||||
// \\pub const MAP_ANONYMOUS = 0x1000; /// allocated from memory, swap space
|
||||
// \\pub const MAP_FILE = 0x0000; /// map from file (default)
|
||||
// \\
|
||||
// );
|
||||
//}
|
||||
|
||||
test "zig fmt: same-line comment after a statement" {
|
||||
try testCanonical(
|
||||
\\test "" {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user