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

Unified Diff: tests/corelib_strong/symbol_operator_test.dart

Issue 2763823002: Move spaces from before comments to within comments (Closed)
Patch Set: 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_strong/symbol_operator_test.dart
diff --git a/tests/corelib_strong/symbol_operator_test.dart b/tests/corelib_strong/symbol_operator_test.dart
index 981f44bedfe8f7838db4115dfc6041ad900d61de..3c42e09f75dda26f2d0980cecdc43e6ae675e5f0 100644
--- a/tests/corelib_strong/symbol_operator_test.dart
+++ b/tests/corelib_strong/symbol_operator_test.dart
@@ -29,12 +29,12 @@ main() {
testSymbol(const Symbol("unary-"), -$, "unary-");
testSymbolThrows(">>>"); /// 03: ok
sra1 2017/03/21 01:43:47 //
sra1 2017/03/21 01:43:48 //
Jacob 2017/03/21 02:25:35 Done.
Jacob 2017/03/21 02:25:36 Done.
- testSymbolThrows("!"); /// 03: continued
+ testSymbolThrows("!"); // /// 03: continued
testSymbolThrows("&&"); /// 03: continued
testSymbolThrows("||"); /// 03: continued
- testSymbolThrows("?"); /// 03: continued
+ testSymbolThrows("?"); // /// 03: continued
testSymbolThrows("?:"); /// 03: continued
- testSymbolThrows("#"); /// 03: continued
+ testSymbolThrows("#"); // /// 03: continued
testSymbolThrows("//"); /// 03: continued
}

Powered by Google App Engine
This is Rietveld 408576698