enable more json tests
I think it was a mistake that these weren't getting automatically run by the test suite.
This commit is contained in:
@@ -1400,3 +1400,7 @@ test "json.parser.dynamic" {
|
||||
const double = image.Object.get("double").?.value;
|
||||
testing.expect(double.Float == 1.3412);
|
||||
}
|
||||
|
||||
test "import more json tests" {
|
||||
_ = @import("json/test.zig");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user