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

Unified Diff: tests/corelib_strong/string_trimlr_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_strong/string_trimlr_test.dart
diff --git a/tests/corelib_strong/string_trimlr_test.dart b/tests/corelib_strong/string_trimlr_test.dart
index 68afce0f147782f9c104298a63de59ae2e4c925a..67276fda53206f82ca77c08976fedc74dea65c81 100644
--- a/tests/corelib_strong/string_trimlr_test.dart
+++ b/tests/corelib_strong/string_trimlr_test.dart
@@ -92,7 +92,7 @@ main() {
// This line makes string_trimlr_test/none fail but /01 succeede where
// this bug is in the JS. Both succeede on the VM and where the bug is
// not. Remove this line and comment if all JS engines fix it.
- if (i == 0x200b) continue; /// 01: ok
+ if (i == 0x200b) continue; // /// 01: ok
var s = new String.fromCharCode(i);
Expect.identical(s, s.trimLeft());

Powered by Google App Engine
This is Rietveld 408576698