MOO-cows Mailing List Archive
[Prev][Next][Index][Thread]
Misprint in changelog.txt.
-
Date: Thu, 11 Jan 1996 21:55:22 PST
-
From: Ron Stanions <chaeon@roc.clawpaw.com>
-
Content-Transfer-Encoding: 7bit
-
Content-Type: text/plain; charset="us-ascii"
In changelog.txt you say:
Version 1.7.9alpha1, 25 September 1995
The old bug concerns patterns of the form `%( ... %)*', that is, a starred
parenthesized sub-pattern; for example, consider the MOO expression
match("foo", "%(o%)*")
Using the old regex package, this returns
{2, 3, {{2, 3}, {0, -1}, ...}, "foo"}
I think you meant to put a '+' here, since with the '*' it matches the entire line as :
{1, 0, {{0, -1}, {0, -1}, ...), "foo"}
--
chaeon@roc.clawpaw.com -- Site admin for clawpaw.com http://www.clawpaw.com
Chaeon - Site Wiz or K'ryn - Bronze rider, VirtuaPern Moo http://www.clawpaw.com/VirtuaPern
VirtuaPern MOO - telnet dragon.clawpaw.com port 9999
Home |
Subject Index |
Thread Index