Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: components/test/data/json_schema/pattern_properties_dot.json

Issue 195193002: Add regular expression support in json_schema component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comment Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/json_schema/json_schema_validator_unittest_base.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test/data/json_schema/pattern_properties_dot.json
diff --git a/components/test/data/json_schema/pattern_properties_dot.json b/components/test/data/json_schema/pattern_properties_dot.json
new file mode 100644
index 0000000000000000000000000000000000000000..6a15f3e5f0962cb8c2d9fe0cd4fff29ab9c3f820
--- /dev/null
+++ b/components/test/data/json_schema/pattern_properties_dot.json
@@ -0,0 +1,6 @@
+{
+ "type": "object",
+ "patternProperties": {
+ "^.$": { "type": "any" }
+ }
+}
« no previous file with comments | « components/json_schema/json_schema_validator_unittest_base.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698