svn: r3154

original commit: 74ebcb96317f27ea51414113baf35cf91a93fa2e
This commit is contained in:
Eli Barzilay 2006-05-31 19:03:29 +00:00
parent f2cc1bf72d
commit 4d25712eb0

View File

@ -454,7 +454,7 @@
[(eq? 'char 1st) (cons no-dot1 (cdr l))]
[(eq? 'any 1st)
(cond ;; "*" --> "(?:[^.].*)"
[(not 2nd) no-dot+]
[(not 2nd) (list no-dot+)]
;; "*.---" --> "(?:[^.].*).---"
[(or (eq? #\. 2nd) (equal? '(quote #\.) 2nd))
(cons no-dot+ (cdr l))]