fixed another typo in the code, added tests
svn: r4936 original commit: a0243b4616e707de1d78332853cbddb0f4b47858
This commit is contained in:
parent
b5e99cbd94
commit
4a8e6be9ab
|
@ -447,7 +447,7 @@
|
|||
(if simple? simple-item:s item:s)
|
||||
#\* ".*" "."))]
|
||||
[(pfx sfx) (if case-sens?
|
||||
(if b? (values #"^" #"^")
|
||||
(if b? (values #"^" #"$")
|
||||
(values "^" "$"))
|
||||
(if b? (values #"^(?i:" #")$")
|
||||
(values "^(?i:" ")$")))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user