document the other compiler bug test
This commit is contained in:
parent
51232cb45e
commit
c1880e2d43
|
@ -479,7 +479,8 @@ test "can coerce 8601 date to integer" {
|
||||||
defer parsed_data.deinit();
|
defer parsed_data.deinit();
|
||||||
try testing.expectEqual(@as(i64, 1633451985), parsed_data.parsed_value.foo_bar.?);
|
try testing.expectEqual(@as(i64, 1633451985), parsed_data.parsed_value.foo_bar.?);
|
||||||
}
|
}
|
||||||
// This is the simplest test so far that breaks zig
|
// This is the simplest test so far that breaks zig (circa 0.9.0)
|
||||||
|
// See "Using this else clause breaks zig, so we'll use a boolean instead"
|
||||||
test "can parse a boolean type (two fields)" {
|
test "can parse a boolean type (two fields)" {
|
||||||
const allocator = std.testing.allocator;
|
const allocator = std.testing.allocator;
|
||||||
const data =
|
const data =
|
||||||
|
|
Loading…
Reference in New Issue
Block a user