summaryrefslogtreecommitdiffstats
path: root/src/util/dict_regexp.map
blob: 7a6cefb6f84e9aa5ef7f6b4a406c078eb6502aba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
if /true/	fodder
/1/	1
if /false/
/2/	2
endif		fodder
/3/	3
endif
/a/!/b/	a!b
/c/
/(1)(2)(3)(5)/	($1)($2)($3)($4)($5)
/(1)(2)(3)(4)/	($1)($2)($3)($4)
/(1)(2)(3)/	($1)($2)($3)
# trailing whitespace below
if /bar/ 	
if !/xyzzy/
/(elbereth)/	($1)
!/(bogus)/	($1)
!/find/		Don't have a liquor license
endif
endif	 
# trailing whitespace above
!
# dangling endif and if
endif
endif
if /./
if /./