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

Unified Diff: tests/language/switch_label_test.dart

Issue 2763823002: Move spaces from before comments to within comments (Closed)
Patch Set: Fix comments Created 3 years, 9 months 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: tests/language/switch_label_test.dart
diff --git a/tests/language/switch_label_test.dart b/tests/language/switch_label_test.dart
index 9bb5e9e0e1c033702378d9c0b5e1b60c4f4d7086..ebb74d788f39999c8d4db79c1f2cdef792f80805 100644
--- a/tests/language/switch_label_test.dart
+++ b/tests/language/switch_label_test.dart
@@ -91,7 +91,7 @@ class SwitchLabelTest {
Expect.equals(200, s.say3("cow", "muh"));
Expect.equals(400, s.say3("cow", "boeh")); // Don't ask.
sra1 2017/03/21 03:28:14 fix?
Expect.equals(300, s.say3("dog", "woof"));
- Expect.equals(400, s.say3("dog", "boj")); // Ĉu vi parolas Esperanton?
+ Expect.equals(400, s.say3("dog", "boj")); // Ĉu vi parolas Esperanton?
Expect.equals(400, s.say3("unicorn", "")); // Still dead.
Expect.equals(500, s.say3("angry bird", "whoooo"));
}

Powered by Google App Engine
This is Rietveld 408576698