From 0c32da95188cb6e3cb390dd9aaceea9fcb7746f8 Mon Sep 17 00:00:00 2001 From: Henry Andrews Date: Fri, 9 Aug 2019 12:28:21 -0700 Subject: [PATCH] Give ECMA 262 reference section for RegExp dialect. --- jsonschema-core.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsonschema-core.xml b/jsonschema-core.xml index dc406f50..8754d055 100644 --- a/jsonschema-core.xml +++ b/jsonschema-core.xml @@ -552,8 +552,8 @@ Keywords MAY use regular expressions to express constraints, or constrain the instance value to be a regular expression. - These regular expressions SHOULD be valid according to the - ECMA 262 regular expression dialect. + These regular expressions SHOULD be valid according to the regular expression + dialect described in ECMA 262, section 15.10.1. Furthermore, given the high disparity in regular expression constructs support,