mirror of
https://github.com/imjasonh/testscript-rs
synced 2026-07-09 17:46:52 +00:00
Add explicit Unicode mode to regex patterns for proper Unicode handling (#40)
This commit is contained in:
parent
2dfdbc818d
commit
d059265fa1
11 changed files with 40 additions and 4 deletions
3
testdata/unicode_multiple.txt
vendored
Normal file
3
testdata/unicode_multiple.txt
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Test multiple Unicode characters
|
||||
exec echo "Tests: ✓ ✗ ⚠ ℹ"
|
||||
stdout "Tests: ✓ ✗ ⚠ ℹ"
|
||||
Loading…
Add table
Add a link
Reference in a new issue