Skip to content

Conversation

@srl295
Copy link
Member

@srl295 srl295 commented Nov 21, 2025

CLDR-18671

There's more to do, but remove a lot of noise in the keyboard tests, by fixing the DTD Wrapper

  • This PR completes the ticket.

ALLOW_MANY_COMMITS=true

@srl295 srl295 changed the title Cldr 18671/noisy kbd test CLDR-18671 quell noisy kbd test Nov 21, 2025
Comment on lines -388 to -389
DoctypeXmlStreamWrapper.wrap(is);
xmlReader.parse(is);
Copy link
Member Author

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]+)");
Copy link
Member Author

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.

@srl295 srl295 marked this pull request as ready for review November 29, 2025 23:20
- 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
@srl295 srl295 force-pushed the cldr-18671/noisy-kbd-test branch from 7b4ac5d to 354a2f6 Compare November 29, 2025 23:21
@jira-pull-request-webhook
Copy link

Hooray! The files in the branch are the same across the force-push. 😃

~ Your Friendly Jira-GitHub PR Checker Bot

@srl295 srl295 requested a review from a team November 29, 2025 23:22
@srl295 srl295 merged commit cf053c1 into unicode-org:main Nov 30, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants