Commit 314ee228 authored by Milo Yip's avatar Milo Yip

Add multiple patternProperties match

parent 3d3555d3
This diff is collapsed.
...@@ -666,6 +666,7 @@ static char* ReadFile(const char* filename, size_t& length) { ...@@ -666,6 +666,7 @@ static char* ReadFile(const char* filename, size_t& length) {
TEST(SchemaValidator, TestSuite) { TEST(SchemaValidator, TestSuite) {
const char* filenames[] = { const char* filenames[] = {
"properties.json",
"additionalItems.json", "additionalItems.json",
"additionalProperties.json", "additionalProperties.json",
"allOf.json", "allOf.json",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment