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

Unified Diff: packages/dart_style/test/regression/other/angular.unit

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 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
Index: packages/dart_style/test/regression/other/angular.unit
diff --git a/packages/dart_style/test/regression/other/angular.unit b/packages/dart_style/test/regression/other/angular.unit
index add59be8c2f32d870b34db01d3410a1d36fc527b..85b76c82457e9ee86cdf3aea59c139823b10c580 100644
--- a/packages/dart_style/test/regression/other/angular.unit
+++ b/packages/dart_style/test/regression/other/angular.unit
@@ -42,4 +42,20 @@ class IoControllerComponent implements ScopeAware {}
'ondone': '&onDone',
'on-optional': '&onOptional'
})
-class IoControllerComponent implements ScopeAware {}
+class IoControllerComponent implements ScopeAware {}
+>>> (indent 4)
+ main() {
+ expect(matcher.match(
+ CssSelector.parse("someOtherTag.someOtherClass[someOtherAttr]")[
+ 0],
+ selectableCollector))
+ .toEqual(false);
+ }
+<<<
+ main() {
+ expect(matcher.match(
+ CssSelector
+ .parse("someOtherTag.someOtherClass[someOtherAttr]")[0],
+ selectableCollector))
+ .toEqual(false);
+ }
« no previous file with comments | « packages/dart_style/test/regression/0500/0582.unit ('k') | packages/dart_style/test/regression/other/pub.stmt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698