#168: NSNotFound is different from returned values
---------------------------------+------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED]
Type: defect | Status: new
Priority: blocker | Milestone:
Component: MacRuby | Keywords:
---------------------------------+------------------------------------------
Code:
{{{
s = 'test'
r = s.rangeOfString 'abc'
puts r.location
puts NSNotFound
}}}
Output:
{{{
9223372036854775807
2147483647
}}}
--
Ticket URL: <http://www.macruby.org/trac/ticket/168>
MacRuby <http://macruby.org/>
_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel