General

Profile

jayferd (Jay Adkisson)

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...? jayferd (Jay Adkisson)

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? jayferd (Jay Adkisson)

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"
...
jayferd (Jay Adkisson)

Also available in: Atom