-
Notifications
You must be signed in to change notification settings - Fork 412
CLDR-18671 quell noisy kbd test #5200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- support any version of the xmlns prefix, not just the latest
- support any version of the xmlns prefix, not just the latest - use the wrapper in more places
| } | ||
| } else { | ||
| System.err.println( | ||
| "Nomatch in " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- remove debug
| DoctypeXmlStreamWrapper.wrap(is); | ||
| xmlReader.parse(is); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
error, the wrap() function had no side effect (it returns a wrapped object)
| } | ||
| } | ||
|
|
||
| private static final Pattern numberAndType = PatternCache.get("^([0-9][0-9])\\/([a-zA-Z0-9]+)"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to support any schema url including v45, etc. Ideally we would check conformsTo here, but at this level we don't typically have access to cldr-archive.
CLDR-18671
ALLOW_MANY_COMMITS=true