Chromium Code Reviews| Index: tests/corelib/src/MathTest.dart |
| =================================================================== |
| --- tests/corelib/src/MathTest.dart (revision 3699) |
| +++ tests/corelib/src/MathTest.dart (working copy) |
| @@ -230,6 +230,7 @@ |
| Expect.equals(true, parseIntThrowsBadNumberFormatException("- 5")); |
| Expect.equals(true, parseIntThrowsBadNumberFormatException("")); |
| Expect.equals(true, parseIntThrowsBadNumberFormatException(" ")); |
| + Expect.equals(true, parseIntThrowsBadNumberFormatException("+ 1")); |
|
hausner
2012/01/31 18:09:46
Already covered in line 229, but no harm.
|
| } |
| static bool parseDoubleThrowsBadNumberFormatException(str) { |