Skip to content

Centralize and fix age comparison#1043

Merged
eggrobin merged 5 commits intounicode-org:mainfrom
eggrobin:age
Feb 21, 2025
Merged

Centralize and fix age comparison#1043
eggrobin merged 5 commits intounicode-org:mainfrom
eggrobin:age

Conversation

@eggrobin
Copy link
Member

Fix #54.

@eggrobin eggrobin requested a review from markusicu February 13, 2025 17:45
@eggrobin eggrobin requested a review from markusicu February 17, 2025 16:40
markusicu
markusicu previously approved these changes Feb 18, 2025
Comment on lines +252 to +256
public static class ComparisonMatcher<T> implements PatternMatcher {
final Relation relation;
final Comparator<String> comparator;
String pattern;
final Comparator<T> comparator;
final Function<String, T> parser;
T expected;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: nice!

@eggrobin eggrobin merged commit 3080978 into unicode-org:main Feb 21, 2025
15 of 16 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.

"age" filter for "list-unicodeset" utility does not work correctly for values >= 10

3 participants