Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: client/tests/client/samples/total/total_tests.dart

Issue 8966029: Report errors and warnings for hiding elements, issue 572. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 =

Powered by Google App Engine
This is Rietveld 408576698