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

Side by Side Diff: test/regression/232.unit

Issue 1186343003: Regression test for passing test. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 >>>
2 @Component(
3 selector: 'foo-dialog',
4 templateUrl: 'package:path.to.cool.foo/foo_dialog.html',
5 exportExpressions: const [
6 'nnnnnnnnState',
7 'mmmmmmmmTypeName',
8 'blockingId',
9 'closeTab',
10 'formIsValid',
11 'zzzzzzzzzNote'
12 ])
13 class Foo {}
14 <<<
15 @Component(
16 selector: 'foo-dialog',
17 templateUrl: 'package:path.to.cool.foo/foo_dialog.html',
18 exportExpressions: const [
19 'nnnnnnnnState',
20 'mmmmmmmmTypeName',
21 'blockingId',
22 'closeTab',
23 'formIsValid',
24 'zzzzzzzzzNote'
25 ])
26 class Foo {}
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698