Skip to content

Commit b090fe1

Browse files
authored
Specify all presentation sequences (#114)
1 parent 0ee4c72 commit b090fe1

File tree

7 files changed

+973
-417
lines changed

7 files changed

+973
-417
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
- uses: actions/checkout@v4
99
- uses: dtolnay/rust-toolchain@stable
1010
- run: cargo build
11-
- run: cargo test
11+
- run: cargo test --features=_test-unicode-conformance

Cargo.lock

Lines changed: 344 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ keywords = ["unicode", "symbols"]
1313
[features]
1414
default = ["styling"]
1515
styling = []
16+
_test-unicode-conformance = ["ureq"]
17+
18+
[build-dependencies]
19+
ureq = { version = "3.0.12", optional = true }

0 commit comments

Comments
 (0)