mirror of
https://github.com/imjasonh/testscript-rs
synced 2026-07-08 00:55:52 +00:00
6 lines
131 B
Text
6 lines
131 B
Text
# Test grep command with Unicode content
|
|
grep "Success.*✓" test.txt
|
|
stdout "test.txt:1: Success ✓"
|
|
|
|
-- test.txt --
|
|
Success ✓
|