Skip to content

Commit

Permalink
skip regex test case
Browse files Browse the repository at this point in the history
  • Loading branch information
harrel56 committed Sep 29, 2024
1 parent 07f7aeb commit ad4f38e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ private static Map<String, Map<String, Set<String>>> skippedDraft7Tests() {

private static Map<String, Map<String, Set<String>>> skippedFormatTests() {
return Map.of(
"ecmascript-regex", Map.of(
"\\a is not an ECMA 262 control escape", Set.of(
/* this is no good for java regex */
"when used as a pattern"
)
),
"date-time", Map.of(
"validation of date-time strings", Set.of(
/* leap seconds not supported */
Expand Down

0 comments on commit ad4f38e

Please sign in to comment.