Chromium Code Reviews| Index: client/tests/client/samples/total/total_tests.dart |
| diff --git a/client/tests/client/samples/total/total_tests.dart b/client/tests/client/samples/total/total_tests.dart |
| index d1f5834374124103349dafea6fc60e1e5ffe5d17..e39dcbd02e152d8cb5db2737e9baff860644bf9c 100644 |
| --- a/client/tests/client/samples/total/total_tests.dart |
| +++ b/client/tests/client/samples/total/total_tests.dart |
| @@ -153,6 +153,7 @@ main() { |
| }); |
| test('Scanner', () { |
| + { |
|
zundel
2011/12/19 16:29:14
Can you re-indent the body of this new block?
scheglov
2011/12/19 19:10:38
Done.
|
| String input = |
| "ROUND(R1C0 * ((R1C1 / 1234.0000) / (1 - POWER(1 + (R1C1 / 1234.5000), -12 * R1C2))), 2)"; |
| Scanner scanner = |
| @@ -169,6 +170,7 @@ main() { |
| tokens.forEach((Token token) { |
| Expect.equals(expected[index++], token.toString()); |
| }); |
| + } |
| validate(String input) { |
| Scanner scanner = |