@@ -1,3 +1,10 @@
|
||||
test "zig fmt: enum literal" {
|
||||
try testCanonical(
|
||||
\\const x = .hi;
|
||||
\\
|
||||
);
|
||||
}
|
||||
|
||||
test "zig fmt: character literal larger than u8" {
|
||||
try testCanonical(
|
||||
\\const x = '\U01f4a9';
|
||||
|
||||
Reference in New Issue
Block a user