Skip to content

Commit

Permalink
Merge remote-tracking branch 'la-vache/main' into tremoli
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Oct 15, 2024
2 parents 3672ac6 + 69a376c commit ed91887
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 542 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: [3.12]

steps:
- uses: actions/checkout@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ public static void main(String[] args) throws IOException {
new GenerateWordBreakTest(ucd, Segmenter.Target.FOR_UCD).run();
new GenerateLineBreakTest(ucd, Segmenter.Target.FOR_UCD).run();
new GenerateSentenceBreakTest(ucd, Segmenter.Target.FOR_UCD).run();

new GenerateGraphemeBreakTest(ucd, Segmenter.Target.FOR_CLDR).run();
}

GenerateBreakTest(UCD ucd, Segmenter seg) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -599,11 +599,6 @@ public static void generateFile(String filename) throws IOException {
Default.ucd(), Segmenter.Target.FOR_UCD)
.run();
break;
case "GraphemeBreakTest-cldr":
new GenerateBreakTest.GenerateGraphemeBreakTest(
Default.ucd(), Segmenter.Target.FOR_CLDR)
.run();
break;
case "DerivedName":
case "DerivedLabel":
generateDerivedName(filename);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ Property: SPECIAL
File: auxiliary/SentenceBreakTest
Property: SPECIAL

File: cldr/GraphemeBreakTest-cldr
Property: SPECIAL

File: extra/BidiPairedBracketType
Property: BidiPairedBracketType
Format: valueList skipUnassigned=None
Expand Down
Loading

0 comments on commit ed91887

Please sign in to comment.