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

Unified Diff: test/formatter_test.dart

Issue 1255643002: New, simpler and faster line splitter. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Optimize nesting. Reformat. Created 5 years, 5 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
« no previous file with comments | « pubspec.yaml ('k') | test/regression/0100/0108.unit » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/formatter_test.dart
diff --git a/test/formatter_test.dart b/test/formatter_test.dart
index 9231e795a4c2923432ce42e9d10e08ec193f715e..859cf6b197ebfeeaad1653e6fb05daa63bedceeb 100644
--- a/test/formatter_test.dart
+++ b/test/formatter_test.dart
@@ -118,8 +118,8 @@ void main() {
test('handles Windows line endings in multiline strings', () {
expect(
new DartFormatter(lineEnding: "\r\n").formatStatement(' """first\r\n'
- 'second\r\n'
- 'third""" ;'), equals('"""first\r\n'
+ 'second\r\n'
+ 'third""" ;'), equals('"""first\r\n'
'second\r\n'
'third""";'));
});
« no previous file with comments | « pubspec.yaml ('k') | test/regression/0100/0108.unit » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698