Re: [q-lang-users] new bugs.
Brought to you by:
agraef
From: <ed...@ri...> - 2007-10-05 12:54:34
|
=0D OH STUPID ME. I didn't put "reg" on the import;=0D =0D from system import regex;=0D =0D instead of =0D =0D from system import regex, reg;=0D =0D Then it works fine.=0D =0D Eddie=0D =0D On Thu Oct 4 19:30 , Albert Graef sent:=0D =0D Strange. This works just fine over here! "make test" surely would have= =0D uncovered a bug like that before.=0D =0D Could you please run 'make test' on your system (in the main source=0D directory) and report what that gives you?=0D =0D Also, what system did you test on?=0D =0D Albert=0D =0D ed...@ri... wrote:=0D > Regex is busted.=0D >=0D > =3D=3D> regex "G" "[A-Za-z][A-Za-z0-9]*" "1var foo 99 BAR $%&" (reg 0= )=0D > [reg 0,reg 0,reg 0,reg 0,reg 0,reg 0,reg 0,reg 0,reg 0]=0D >=0D > Suppose to return=0D >=0D > ["var","ar","r","foo","oo","o","BAR","AR","R"]=0D =0D =0D -- =0D Dr. Albert Gr"af=0D Dept. of Music-Informatics, University of Mainz, Germany=0D Email: Dr....@t-..., ag...@mu...=0D WWW: http://www.musikinformatik.uni-mainz.de/ag=0D =0D |