1[ 2 { 3 "description": "ECMA 262 regex non-compliance", 4 "schema": { "format": "regex" }, 5 "tests": [ 6 { 7 "description": "ECMA 262 has no support for \\Z anchor from .NET", 8 "data": "^\\S(|(.|\\n)*\\S)\\Z", 9 "valid": false 10 } 11 ] 12 } 13]
View as plain text