| Index: test/regression/0400/0421.unit
|
| diff --git a/test/regression/0400/0421.unit b/test/regression/0400/0421.unit
|
| index 8097859c6b45a58ee23aaaa6b657e2280b0c9931..ebd840ccde29fbb3ce64f41acb2e67a41771ed88 100644
|
| --- a/test/regression/0400/0421.unit
|
| +++ b/test/regression/0400/0421.unit
|
| @@ -10,15 +10,13 @@ class MyAmazingComponent {
|
| var a = [[[1]]];
|
| }
|
| <<<
|
| -@Component(
|
| - selector: 'my-selector',
|
| - properties: const [
|
| - 'property-1',
|
| - 'property-2',
|
| - 'property-3',
|
| - 'property-4',
|
| - 'property-5'
|
| - ])
|
| +@Component(selector: 'my-selector', properties: const [
|
| + 'property-1',
|
| + 'property-2',
|
| + 'property-3',
|
| + 'property-4',
|
| + 'property-5'
|
| +])
|
| @View(
|
| directives: const [
|
| OtherComponent1,
|
| @@ -53,15 +51,13 @@ class MyAmazingComponent {
|
| var a = [[[1]]];
|
| }
|
| <<<
|
| -@Component(
|
| - selector: 'my-selector',
|
| - properties: const [
|
| - 'property-1',
|
| - 'property-2',
|
| - 'property-3',
|
| - 'property-4',
|
| - 'property-5'
|
| - ])
|
| +@Component(selector: 'my-selector', properties: const [
|
| + 'property-1',
|
| + 'property-2',
|
| + 'property-3',
|
| + 'property-4',
|
| + 'property-5'
|
| +])
|
| @View(
|
| directives: const [
|
| OtherComponent1,
|
|
|