Skip to content

Commit 3f6329c

Browse files
committed
Update idna tests
1 parent 66b4a59 commit 3f6329c

File tree

3 files changed

+6550
-38
lines changed

3 files changed

+6550
-38
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,17 @@ jobs:
4444
cargo update -p getopts --precise 0.2.22
4545
cargo update -p unicode-width --precise 0.1.12
4646
cargo update -p syn --precise 2.0.100
47+
# Older Unicode versions have a different test file
48+
cp idna/tests/IdnaTestV2-Unicode16.txt idna/tests/IdnaTestV2.txt
4749
- name: Downgrade deps on Rust 1.82.0
4850
if: |
4951
matrix.rust == '1.82.0'
5052
run: |
5153
cargo update -p icu_normalizer --precise 2.0.1
5254
cargo update -p icu_provider --precise 2.0.0
5355
cargo update -p icu_locale_core --precise 2.0.1
56+
# Older Unicode versions have a different test file
57+
cp idna/tests/IdnaTestV2-Unicode16.txt idna/tests/IdnaTestV2.txt
5458
- name: Add `aarch64-unknown-none` toolchain for `no_std` tests
5559
if: |
5660
matrix.os == 'ubuntu-latest' &&

0 commit comments

Comments
 (0)