summaryrefslogtreecommitdiff
path: root/dev-util/shelltestrunner/files/shelltestrunner-1.10-format3-regexps.test
blob: 65f7251f2c5b6d6d9e6d6a7e1f6b036f1764aaa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
# simple regexp
$  echo test
> /^test$/

# negative regexp
$  echo test
> !/toast/

# regexp containing quoted /
$  echo 2015/1/1
> /2015\/1\/1/