Skip to content

Commit

Permalink
use a block scalar to avoid issues with the colon in the regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicann committed Feb 12, 2025
1 parent 7129579 commit de1f681
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inc/idn-table-request-base-properties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ eppSafeCodePoints:
minItems: 3
items:
type: string
pattern: "^U\\+[0-9a-fA-F]+(?: U\\+[0-9a-fA-F]+)*$"
pattern: |
^U\\+[0-9a-fA-F]+(?: U\\+[0-9a-fA-F]+)*$
example: U+0047

isReferenceLGR:
Expand Down

0 comments on commit de1f681

Please sign in to comment.