Skip to content

Commit e30ea71

Browse files
fix analysis tests
1 parent 1fb43e9 commit e30ea71

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

test/end-to-end/src/car-detail/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
| Property | Attribute | Description | Type | Default |
1111
| -------- | --------- | ----------- | --------- | ----------- |
12-
| `car` | -- | | `CarData` | `undefined` |
12+
| `car` | `car` | | `CarData` | `undefined` |
1313

1414

1515
## Dependencies

test/end-to-end/src/car-list/readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Component that helps display a list of cars
1111

1212
## Properties
1313

14-
| Property | Attribute | Description | Type | Default |
15-
| ---------- | --------- | ----------- | ----------- | ----------- |
16-
| `cars` | -- | | `CarData[]` | `undefined` |
17-
| `selected` | -- | | `CarData` | `undefined` |
14+
| Property | Attribute | Description | Type | Default |
15+
| ---------- | ---------- | ----------- | ----------- | ----------- |
16+
| `cars` | `cars` | | `CarData[]` | `undefined` |
17+
| `selected` | `selected` | | `CarData` | `undefined` |
1818

1919

2020
## Events

test/end-to-end/src/declarative-shadow-dom/readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Component that helps display a list of cars
1111

1212
## Properties
1313

14-
| Property | Attribute | Description | Type | Default |
15-
| ---------- | --------- | ----------- | ----------- | ----------- |
16-
| `cars` | -- | | `CarData[]` | `undefined` |
17-
| `selected` | -- | | `CarData` | `undefined` |
14+
| Property | Attribute | Description | Type | Default |
15+
| ---------- | ---------- | ----------- | ----------- | ----------- |
16+
| `cars` | `cars` | | `CarData[]` | `undefined` |
17+
| `selected` | `selected` | | `CarData` | `undefined` |
1818

1919

2020
## Events

0 commit comments

Comments
 (0)