[Cuis-dev] [KenDickey/Cuis-Smalltalk-RegEx] added a check for a nil lookahead (#1)

ken.dickey at whidbey.com ken.dickey at whidbey.com
Thu Nov 26 08:47:26 PST 2020


On 2020-11-25 08:36, David Faitelson wrote:

> I've noticed that when you create an invalid regular expression such as
> 
> '[[:alpha]]' asRegex
> 
> The regex parser fails to raise a syntax error exception ..
..
> I've added a test that raises a different error message in this case, 
> ..

David, thanks much for this.  I have not used RegEx in a looooooooonnng 
time!

The Character>>sameAs: method seems to have been removed, which broke 
some tests.  I fixed the tests and pushed the result.  Pull and the unit 
tests should now be green.

Thanks again much!!!
-KenD


More information about the Cuis-dev mailing list