From 041be23cdc102582e9a78d7357bec7c13e3561b1 Mon Sep 17 00:00:00 2001 From: Daniel Ehrenberg Date: Fri, 20 Feb 2009 18:45:24 -0600 Subject: [PATCH] trivial change in regexp --- basis/regexp/parser/parser.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/regexp/parser/parser.factor b/basis/regexp/parser/parser.factor index 18b43674c4..56c6b1eb04 100644 --- a/basis/regexp/parser/parser.factor +++ b/basis/regexp/parser/parser.factor @@ -83,7 +83,7 @@ ERROR: bad-class name ; : options>string ( options -- string ) [ on>> ] [ off>> ] bi [ [ option>ch ] map ] bi@ - [ "-" swap 3append ] unless-empty + [ "-" glue ] unless-empty "" like ; ! TODO: add syntax for various parenthized things,