original commit: 43b5d3542eba825a03f7e4d35da6651dec6b4110
This commit is contained in:
Matthew Flatt 2002-02-17 01:23:09 +00:00
parent 911c5eb4ef
commit 64b2048dae

View File

@ -646,7 +646,7 @@
(att (attribute (regexp-replace r par "\\1")))
(val (value (regexp-replace r par "\\2"))))
(and (regexp-match r par)
att val (cons att val)))))
att val (cons (lowercase att) val)))))
;; value := token / quoted-string
(define value