fixed another typo in the code, added tests

svn: r4936

original commit: a0243b4616e707de1d78332853cbddb0f4b47858
This commit is contained in:
Eli Barzilay 2006-11-23 17:49:24 +00:00
parent b5e99cbd94
commit 4a8e6be9ab

View File

@ -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:" ")$")))]