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

Side by Side Diff: pkg/analyzer/test/generated/all_the_rest.dart

Issue 475543002: New analyzer snapshot, add format/formatList. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 // // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 // // for details. All rights reserved. Use of this source code is governed by a 2 // // for details. All rights reserved. Use of this source code is governed by a
3 // // BSD-style license that can be found in the LICENSE file. 3 // // BSD-style license that can be found in the LICENSE file.
4 // // This code was auto-generated, is not intended to be edited, and is subject to 4 // // This code was auto-generated, is not intended to be edited, and is subject to
5 // // significant change. Please see the README file for more information. 5 // // significant change. Please see the README file for more information.
6 // abstract class AbstractScannerTest extends JUnitTestCase { 6 // abstract class AbstractScannerTest extends JUnitTestCase {
7 // void test_tokenize_attribute() { 7 // void test_tokenize_attribute() {
8 // _tokenize("<html bob=\"one two\">", <Object> [LT, "html", "bob", EQ, "\"o ne two\"", GT]); 8 // _tokenize("<html bob=\"one two\">", <Object> [LT, "html", "bob", EQ, "\"o ne two\"", GT]);
9 // } 9 // }
10 // void test_tokenize_comment() { 10 // void test_tokenize_comment() {
(...skipping 13348 matching lines...) Expand 10 before | Expand all | Expand 10 after
13359 // static Test suite() { 13359 // static Test suite() {
13360 // TestSuite suite = new ExtendedTestSuite("Tests in ${TestAll.getPackage(). getName()}"); 13360 // TestSuite suite = new ExtendedTestSuite("Tests in ${TestAll.getPackage(). getName()}");
13361 // suite.addTestSuite(SDKLibrariesReaderTest); 13361 // suite.addTestSuite(SDKLibrariesReaderTest);
13362 // return suite; 13362 // return suite;
13363 // } 13363 // }
13364 // } 13364 // }
13365 // class TestAll { 13365 // class TestAll {
13366 // static Test suite() { 13366 // static Test suite() {
13367 // TestSuite suite = new ExtendedTestSuite("Tests in ${TestAll.getPackage(). getName()}"); 13367 // TestSuite suite = new ExtendedTestSuite("Tests in ${TestAll.getPackage(). getName()}");
13368 // suite.addTestSuite(AnalysisTaskTest); 13368 // suite.addTestSuite(AnalysisTaskTest);
13369 // suite.addTestSuite(BuildDartElementModelTaskTest);
13370 // suite.addTestSuite(GenerateDartErrorsTaskTest); 13369 // suite.addTestSuite(GenerateDartErrorsTaskTest);
13371 // suite.addTestSuite(GenerateDartHintsTaskTest); 13370 // suite.addTestSuite(GenerateDartHintsTaskTest);
13372 // suite.addTestSuite(GetContentTaskTest); 13371 // suite.addTestSuite(GetContentTaskTest);
13373 // suite.addTestSuite(IncrementalAnalysisTaskTest); 13372 // suite.addTestSuite(IncrementalAnalysisTaskTest);
13374 // suite.addTestSuite(ParseDartTaskTest); 13373 // suite.addTestSuite(ParseDartTaskTest);
13375 // suite.addTestSuite(ParseHtmlTaskTest); 13374 // suite.addTestSuite(ParseHtmlTaskTest);
13376 // suite.addTestSuite(ResolveDartLibraryTaskTest); 13375 // suite.addTestSuite(ResolveDartLibraryTaskTest);
13377 // suite.addTestSuite(ResolveDartUnitTaskTest); 13376 // suite.addTestSuite(ResolveDartUnitTaskTest);
13378 // suite.addTestSuite(ResolveHtmlTaskTest); 13377 // suite.addTestSuite(ResolveHtmlTaskTest);
13379 // suite.addTestSuite(ScanDartTaskTest); 13378 // suite.addTestSuite(ScanDartTaskTest);
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
13935 // final List<String> _keyValuePairs; 13934 // final List<String> _keyValuePairs;
13936 // XmlValidator_Attributes(this._keyValuePairs); 13935 // XmlValidator_Attributes(this._keyValuePairs);
13937 // } 13936 // }
13938 // class XmlValidator_Tag { 13937 // class XmlValidator_Tag {
13939 // final String _tag; 13938 // final String _tag;
13940 // final XmlValidator_Attributes _attributes; 13939 // final XmlValidator_Attributes _attributes;
13941 // final String _content; 13940 // final String _content;
13942 // final List<XmlValidator_Tag> _children; 13941 // final List<XmlValidator_Tag> _children;
13943 // XmlValidator_Tag(this._tag, this._attributes, this._content, this._children ); 13942 // XmlValidator_Tag(this._tag, this._attributes, this._content, this._children );
13944 // } 13943 // }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698