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

Unified Diff: tests/lib_strong/html/document_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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/lib_strong/html/document_test.dart
diff --git a/tests/lib_strong/html/document_test.dart b/tests/lib_strong/html/document_test.dart
index b7d8f609701dd7790a9b1f0eab9fb98bc6715b7d..9536b3fd5ea2020540ac3ba43322bc3d8343a717 100644
--- a/tests/lib_strong/html/document_test.dart
+++ b/tests/lib_strong/html/document_test.dart
@@ -25,11 +25,12 @@ main() {
test('Document.query', () {
Document doc = new DomParser().parseFromString(
- '''<ResultSet>
+ '''<ResultSet>
<Row>A</Row>
<Row>B</Row>
<Row>C</Row>
- </ResultSet>''','text/xml');
+ </ResultSet>''',
+ 'text/xml');
var rs = doc.query('ResultSet');
expect(rs, isNotNull);

Powered by Google App Engine
This is Rietveld 408576698