diff options
| author | Tuong Nguyen Manh <[email protected]> | 2025-08-24 13:11:26 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-08-26 18:25:08 +0200 |
| commit | 01f97ed55d7914a120b552c046a671c4623d7cd8 (patch) | |
| tree | 857eae4d413ae4cdb74660bfbf77e356119934b3 /test | |
| parent | 1bee23683d10b2e0ed4a539fecf510f01ad4523e (diff) | |
Typst Writer: Check XID_Continue in identifiers
Add unicode-data dependency for isXIDContinue for this to match the
rust implementation.
Also apply hlint suggestions for redundant $, literal pattern and
moving brackets to avoid $.
Diffstat (limited to 'test')
| -rw-r--r-- | test/command/10816.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/command/10816.md b/test/command/10816.md new file mode 100644 index 000000000..be7bc3421 --- /dev/null +++ b/test/command/10816.md @@ -0,0 +1,7 @@ +``` +% pandoc -f markdown -t typst +# Test① +^D += Test① +#label("test①") +``` |
