mirror of
https://github.com/imjasonh/testscript-rs
synced 2026-07-08 17:16:38 +00:00
3 lines
79 B
Text
3 lines
79 B
Text
# Test if . in regex matches Unicode characters
|
|
exec echo "A✓B"
|
|
stdout "A.B"
|