Skip to content

Commit

Permalink
fix: address mock data city spelling error (ant-design#40431)
Browse files Browse the repository at this point in the history
  • Loading branch information
weited authored Jan 29, 2023
1 parent a4348f4 commit 45b65f7
Show file tree
Hide file tree
Showing 23 changed files with 95 additions and 95 deletions.
2 changes: 1 addition & 1 deletion components/modal/demo/dark.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const data = [
key: '3',
name: 'Joe Black',
age: 32,
address: 'Sidney No. 1 Lake Park',
address: 'Sydney No. 1 Lake Park',
},
{
key: '4',
Expand Down
8 changes: 4 additions & 4 deletions components/table/__tests__/Table.filter.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1687,7 +1687,7 @@ describe('Table.filter', () => {
key: '2',
name: 'Joe Black',
age: 32,
address: 'Sidney No. 1 Lake Park',
address: 'Sydney No. 1 Lake Park',
},
];

Expand Down Expand Up @@ -1800,7 +1800,7 @@ describe('Table.filter', () => {
key: '3',
name: 'Joe Black',
age: 66,
address: 'Sidney No. 1 Lake Park',
address: 'Sydney No. 1 Lake Park',
},
{
key: '4',
Expand Down Expand Up @@ -1910,7 +1910,7 @@ describe('Table.filter', () => {
key: '3',
name: 'Joe Black',
age: 32,
address: 'Sidney No. 1 Lake Park',
address: 'Sydney No. 1 Lake Park',
},
{
key: '4',
Expand Down Expand Up @@ -1957,7 +1957,7 @@ describe('Table.filter', () => {
{
key: '3',
name1: 'Joe Black',
address: 'Sidney No. 1 Lake Park',
address: 'Sydney No. 1 Lake Park',
},
{
key: '4',
Expand Down
72 changes: 36 additions & 36 deletions components/table/__tests__/__snapshots__/demo-extend.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ exports[`renders ./components/table/demo/basic.tsx extend context correctly 1`]
<td
class="ant-table-cell"
>
Sidney No. 1 Lake Park
Sydney No. 1 Lake Park
</td>
<td
class="ant-table-cell"
Expand Down Expand Up @@ -870,7 +870,7 @@ exports[`renders ./components/table/demo/bordered.tsx extend context correctly 1
<td
class="ant-table-cell"
>
Sidney No. 1 Lake Park
Sydney No. 1 Lake Park
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -1098,7 +1098,7 @@ exports[`renders ./components/table/demo/colspan-rowspan.tsx extend context corr
<td
class="ant-table-cell"
>
Sidney No. 1 Lake Park
Sydney No. 1 Lake Park
</td>
</tr>
<tr
Expand Down Expand Up @@ -1837,7 +1837,7 @@ exports[`renders ./components/table/demo/custom-filter-panel.tsx extend context
<td
class="ant-table-cell"
>
Sidney No. 1 Lake Park
Sydney No. 1 Lake Park
</td>
</tr>
<tr
Expand Down Expand Up @@ -2059,7 +2059,7 @@ exports[`renders ./components/table/demo/drag-sorting.tsx extend context correct
<td
class="ant-table-cell"
>
Sidney No. 1 Lake Park
Sydney No. 1 Lake Park
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -6018,27 +6018,27 @@ exports[`renders ./components/table/demo/ellipsis.tsx extend context correctly 1
</td>
<td
class="ant-table-cell ant-table-cell-ellipsis"
title="Sidney No. 1 Lake Park, Sidney No. 1 Lake Park"
title="Sydney No. 1 Lake Park, Sydney No. 1 Lake Park"
>
Sidney No. 1 Lake Park, Sidney No. 1 Lake Park
Sydney No. 1 Lake Park, Sydney No. 1 Lake Park
</td>
<td
class="ant-table-cell ant-table-cell-ellipsis"
title="Sidney No. 1 Lake Park, Sidney No. 1 Lake Park"
title="Sydney No. 1 Lake Park, Sydney No. 1 Lake Park"
>
Sidney No. 1 Lake Park, Sidney No. 1 Lake Park
Sydney No. 1 Lake Park, Sydney No. 1 Lake Park
</td>
<td
class="ant-table-cell ant-table-cell-ellipsis"
title="Sidney No. 1 Lake Park, Sidney No. 1 Lake Park"
title="Sydney No. 1 Lake Park, Sydney No. 1 Lake Park"
>
Sidney No. 1 Lake Park, Sidney No. 1 Lake Park
Sydney No. 1 Lake Park, Sydney No. 1 Lake Park
</td>
<td
class="ant-table-cell ant-table-cell-ellipsis"
title="Sidney No. 1 Lake Park, Sidney No. 1 Lake Park"
title="Sydney No. 1 Lake Park, Sydney No. 1 Lake Park"
>
Sidney No. 1 Lake Park, Sidney No. 1 Lake Park
Sydney No. 1 Lake Park, Sydney No. 1 Lake Park
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -6511,7 +6511,7 @@ exports[`renders ./components/table/demo/ellipsis-custom-tooltip.tsx extend cont
class="ant-table-cell ant-table-cell-ellipsis"
>
<span>
Sidney No. 1 Lake Park, Sidney No. 1 Lake Park
Sydney No. 1 Lake Park, Sydney No. 1 Lake Park
</span>
<div>
<div
Expand All @@ -6532,7 +6532,7 @@ exports[`renders ./components/table/demo/ellipsis-custom-tooltip.tsx extend cont
class="ant-tooltip-inner"
role="tooltip"
>
Sidney No. 1 Lake Park, Sidney No. 1 Lake Park
Sydney No. 1 Lake Park, Sydney No. 1 Lake Park
</div>
</div>
</div>
Expand All @@ -6542,7 +6542,7 @@ exports[`renders ./components/table/demo/ellipsis-custom-tooltip.tsx extend cont
class="ant-table-cell ant-table-cell-ellipsis"
>
<span>
Sidney No. 1 Lake Park, Sidney No. 1 Lake Park
Sydney No. 1 Lake Park, Sydney No. 1 Lake Park
</span>
<div>
<div
Expand All @@ -6563,7 +6563,7 @@ exports[`renders ./components/table/demo/ellipsis-custom-tooltip.tsx extend cont
class="ant-tooltip-inner"
role="tooltip"
>
Sidney No. 1 Lake Park, Sidney No. 1 Lake Park
Sydney No. 1 Lake Park, Sydney No. 1 Lake Park
</div>
</div>
</div>
Expand All @@ -6573,7 +6573,7 @@ exports[`renders ./components/table/demo/ellipsis-custom-tooltip.tsx extend cont
class="ant-table-cell ant-table-cell-ellipsis"
>
<span>
Sidney No. 1 Lake Park, Sidney No. 1 Lake Park
Sydney No. 1 Lake Park, Sydney No. 1 Lake Park
</span>
<div>
<div
Expand All @@ -6594,7 +6594,7 @@ exports[`renders ./components/table/demo/ellipsis-custom-tooltip.tsx extend cont
class="ant-tooltip-inner"
role="tooltip"
>
Sidney No. 1 Lake Park, Sidney No. 1 Lake Park
Sydney No. 1 Lake Park, Sydney No. 1 Lake Park
</div>
</div>
</div>
Expand All @@ -6604,7 +6604,7 @@ exports[`renders ./components/table/demo/ellipsis-custom-tooltip.tsx extend cont
class="ant-table-cell ant-table-cell-ellipsis"
>
<span>
Sidney No. 1 Lake Park, Sidney No. 1 Lake Park
Sydney No. 1 Lake Park, Sydney No. 1 Lake Park
</span>
<div>
<div
Expand All @@ -6625,7 +6625,7 @@ exports[`renders ./components/table/demo/ellipsis-custom-tooltip.tsx extend cont
class="ant-tooltip-inner"
role="tooltip"
>
Sidney No. 1 Lake Park, Sidney No. 1 Lake Park
Sydney No. 1 Lake Park, Sydney No. 1 Lake Park
</div>
</div>
</div>
Expand Down Expand Up @@ -6922,7 +6922,7 @@ exports[`renders ./components/table/demo/expand.tsx extend context correctly 1`]
<td
class="ant-table-cell"
>
Sidney No. 1 Lake Park
Sydney No. 1 Lake Park
</td>
<td
class="ant-table-cell"
Expand Down Expand Up @@ -7908,7 +7908,7 @@ exports[`renders ./components/table/demo/filter-in-tree.tsx extend context corre
<td
class="ant-table-cell"
>
Sidney No. 1 Lake Park
Sydney No. 1 Lake Park
</td>
</tr>
<tr
Expand Down Expand Up @@ -8731,7 +8731,7 @@ exports[`renders ./components/table/demo/filter-search.tsx extend context correc
<td
class="ant-table-cell"
>
Sidney No. 1 Lake Park
Sydney No. 1 Lake Park
</td>
</tr>
<tr
Expand Down Expand Up @@ -14201,7 +14201,7 @@ exports[`renders ./components/table/demo/head.tsx extend context correctly 1`] =
<td
class="ant-table-cell"
>
Sidney No. 1 Lake Park
Sydney No. 1 Lake Park
</td>
</tr>
<tr
Expand Down Expand Up @@ -14539,7 +14539,7 @@ exports[`renders ./components/table/demo/jsx.tsx extend context correctly 1`] =
<td
class="ant-table-cell"
>
Sidney No. 1 Lake Park
Sydney No. 1 Lake Park
</td>
<td
class="ant-table-cell"
Expand Down Expand Up @@ -19694,7 +19694,7 @@ exports[`renders ./components/table/demo/order-column.tsx extend context correct
<td
class="ant-table-cell"
>
Sidney No. 1 Lake Park
Sydney No. 1 Lake Park
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -20234,7 +20234,7 @@ exports[`renders ./components/table/demo/pagination.tsx extend context correctly
<td
class="ant-table-cell"
>
Sidney No. 1 Lake Park
Sydney No. 1 Lake Park
</td>
<td
class="ant-table-cell"
Expand Down Expand Up @@ -21211,9 +21211,9 @@ Array [
</td>
<td
class="ant-table-cell ant-table-cell-ellipsis"
title="Sidney No. 1 Lake Park"
title="Sydney No. 1 Lake Park"
>
Sidney No. 1 Lake Park
Sydney No. 1 Lake Park
</td>
</tr>
<tr
Expand Down Expand Up @@ -22070,7 +22070,7 @@ exports[`renders ./components/table/demo/row-selection.tsx extend context correc
<td
class="ant-table-cell"
>
Sidney No. 1 Lake Park
Sydney No. 1 Lake Park
</td>
</tr>
<tr
Expand Down Expand Up @@ -22113,7 +22113,7 @@ exports[`renders ./components/table/demo/row-selection.tsx extend context correc
<td
class="ant-table-cell"
>
Sidney No. 1 Lake Park
Sydney No. 1 Lake Park
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -26547,7 +26547,7 @@ Array [
<td
class="ant-table-cell"
>
Sidney No. 1 Lake Park
Sydney No. 1 Lake Park
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -26753,7 +26753,7 @@ Array [
<td
class="ant-table-cell"
>
Sidney No. 1 Lake Park
Sydney No. 1 Lake Park
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -28986,7 +28986,7 @@ Array [
<td
class="ant-table-cell"
>
Sidney No. 1 Lake Park
Sydney No. 1 Lake Park
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -29709,7 +29709,7 @@ Array [
<td
class="ant-table-cell"
>
Sidney No. 1 Lake Park
Sydney No. 1 Lake Park
</td>
</tr>
</tbody>
Expand Down
Loading

0 comments on commit 45b65f7

Please sign in to comment.