Skip to content

Commit 9c2a58f

Browse files
Check that normalization tests are up-to-date in CI
1 parent 32659a7 commit 9c2a58f

File tree

3 files changed

+577
-1
lines changed

3 files changed

+577
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,7 @@ jobs:
4343
- uses: actions/checkout@v3
4444
- name: Regen
4545
run: cd scripts && python3 unicode.py
46-
- name: Diff
46+
- name: Diff tables
4747
run: diff src/tables.rs scripts/tables.rs
48+
- name: Diff tests
49+
run: diff tests/data/normalization_tests.rs scripts/normalization_tests.rs

scripts/unicode.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)