1
0
Fork 0
mirror of https://github.com/imjasonh/testscript-rs synced 2026-07-11 18:39:35 +00:00
testscript-rs/testdata/regexpquote.txt

6 lines
65 B
Text
Raw Normal View History

env XXX='hello)'
grep ^${XXX@R}$ file.txt
-- file.txt --
hello)