Files
wren/test
Bob Nystrom b3d5f3b4a0 fix: change String#contains return type from numeric to boolean
Replace NUM_VAL and integer literals with TRUE_VAL, FALSE_VAL, and BOOL_VAL
in the string_contains primitive implementation, and update the test
expectations from 1/0 to true/false accordingly.
2013-11-17 18:04:02 +00:00
..