Skip to content

Commit c85fc24

Browse files
author
Pascal Post
committed
add format checks
1 parent c6e1e78 commit c85fc24

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The validator currently uses C++ regex implementation for pattern matching, requ
3333
- [x] enum.json
3434
- [x] exclusiveMaximum.json
3535
- [x] exclusiveMinimum.json
36-
- [ ] format.json
36+
- [x] format.json
3737
- [x] if-then-else.json
3838
- [ ] infinite-loop-detection.json
3939
- [x] items.json

src/test_suite.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ test "run test suite" {
6767
"default.json",
6868
"propertyNames.json",
6969
"dependencies.json",
70+
"format.json",
7071
// "ref.json",
7172
// "WIP.json",
7273
};

0 commit comments

Comments
 (0)