-
Notifications
You must be signed in to change notification settings - Fork 414
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
CLDR-18671 quell noisy kbd test #5200
Conversation
tools/cldr-code/src/main/java/org/unicode/cldr/util/DoctypeXmlStreamWrapper.java
Outdated
Show resolved
Hide resolved
| 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.
- 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
7b4ac5d to
354a2f6
Compare
|
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
CLDR-18671
There's more to do, but remove a lot of noise in the keyboard tests, by fixing the DTD Wrapper
ALLOW_MANY_COMMITS=true