jkamens@quantopian.com (Jonathan Kamens)
- Login: jkamens@quantopian.com
- Email: jkamens@quantopian.com
- Registered on: 06/09/2018
- Last sign in: 06/13/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
06/09/2018
-
04:04 PM Ruby Bug #14838 (Open): RegexpError with double "s" in look-behind assertion in case-insensitive unicode regexp
- ~~~
irb(main):003:0> %r{(?<!bss>)}ui
Traceback (most recent call last):
1: from /usr/bin/irb:11:in `<main>'
SyntaxError ((irb):3: invalid pattern in look-behind: /(?<!bss>)/i)
~~~
The error goes away if you remove the "u"...