jayferd (Jay Adkisson)
- Login: jayferd
- Email: jjmadkisson@gmail.com
- Registered on: 10/01/2012
- Last sign in: 03/06/2019
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 1 | 1 |
Activity
11/02/2012
- 08:33 PM Ruby master Bug #7092: StringScanner start-of-line matches false positives, while lookbehind for a newline gives false negatives
- I've now reproduced this in 2.0.0-preview1. Is anyone out there...?
10/22/2012
- 06:07 AM Ruby master Bug #7092: StringScanner start-of-line matches false positives, while lookbehind for a newline gives false negatives
- Bump. Can someone confirm whether or not this is expected behavior?
10/01/2012
- 06:38 AM Ruby master Bug #7092 (Rejected): StringScanner start-of-line matches false positives, while lookbehind for a newline gives false negatives
- To reproduce:
>> require 'strscan'
>> ss = StringScanner.new("ab")
>> ss.scan(/./)
=> "a"
...
Also available in: Atom