From 69b18993aa7e2c630745db80df6392a2f758a52e Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Mon, 20 May 2013 20:09:30 -0400 Subject: [PATCH] Squashed 'json/' changes from 6c303ca..0b8c484 0b8c484 Fix invalid format git-subtree-dir: json git-subtree-split: 0b8c484ffc164e85ac0f3410582814718b45ab6a --- tests/draft3/optional/jsregex.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/draft3/optional/jsregex.json b/tests/draft3/optional/jsregex.json index d0e047c..03fe977 100644 --- a/tests/draft3/optional/jsregex.json +++ b/tests/draft3/optional/jsregex.json @@ -1,7 +1,7 @@ [ { "description": "ECMA 262 regex dialect recognition", - "schema": { "format": "pattern" }, + "schema": { "format": "regex" }, "tests": [ { "description": "[^] is a valid regex",