https://bugzilla.wikimedia.org/show_bug.cgi?id=23857

Conrad Irwin <conrad.ir...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |conrad.ir...@gmail.com
         Resolution|                            |INVALID

--- Comment #1 from Conrad Irwin <conrad.ir...@gmail.com> 2010-06-09 11:58:38 
UTC ---
This is expected, test[^ ]* will match the entire input in the first case as
there are no space characters. If you want the behaviour you seem to, use
test[^\s]* so that newlines are also excluded.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to