k8s.io/kube-openapi@v0.0.0-20240228011516-70dd3763d340/pkg/validation/validate/fixtures/jsonschema_suite/optional/ecmascript-regex.json (about)

     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  ]