Open
Description
Line 26 of test_parser.rb doesn't check for empty strings correctly... in
Ruby empty strings are "true", so need to explicitly check (e.g. by using
the empty? method).
Original issue reported on code.google.com by [email protected]
on 19 May 2007 at 12:27
Attachments: