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