We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99fbc4d commit 4899ec1Copy full SHA for 4899ec1
.github/workflows/rust.yml
@@ -70,5 +70,7 @@ jobs:
70
python-version: '3.12'
71
- name: Regen
72
run: cd scripts && python3 unicode.py
73
- - name: Diff
+ - name: Diff tables
74
run: diff src/tables.rs scripts/tables.rs
75
+ - name: Diff tests
76
+ run: diff tests/data/normalization_tests.rs scripts/normalization_tests.rs
0 commit comments