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

Unified Diff: tests/corelib/symbol_operator_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/corelib/symbol_operator_test.dart
diff --git a/tests/corelib/symbol_operator_test.dart b/tests/corelib/symbol_operator_test.dart
index 981f44bedfe8f7838db4115dfc6041ad900d61de..e9b9e65ec3eab624d8961ffd648b6861a41fbcfc 100644
--- a/tests/corelib/symbol_operator_test.dart
+++ b/tests/corelib/symbol_operator_test.dart
@@ -28,14 +28,14 @@ main() {
testSymbol(#[]=, ($[$]=$).lastMember, "[]=");
testSymbol(const Symbol("unary-"), -$, "unary-");
- testSymbolThrows(">>>"); /// 03: ok
- testSymbolThrows("!"); /// 03: continued
- testSymbolThrows("&&"); /// 03: continued
- testSymbolThrows("||"); /// 03: continued
- testSymbolThrows("?"); /// 03: continued
- testSymbolThrows("?:"); /// 03: continued
- testSymbolThrows("#"); /// 03: continued
- testSymbolThrows("//"); /// 03: continued
+ testSymbolThrows(">>>"); // /// 03: ok
+ testSymbolThrows("!"); // /// 03: continued
+ testSymbolThrows("&&"); // /// 03: continued
+ testSymbolThrows("||"); // /// 03: continued
+ testSymbolThrows("?"); // /// 03: continued
+ testSymbolThrows("?:"); // /// 03: continued
+ testSymbolThrows("#"); // /// 03: continued
+ testSymbolThrows("//"); // /// 03: continued
}
void testSymbol(Symbol constSymbol, var mirrorSymbol, String name) {

Powered by Google App Engine
This is Rietveld 408576698