mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-20 12:28:10 +08:00
20 lines
277 B
Plaintext
20 lines
277 B
Plaintext
|
exports[`Button renders Chinese characters correctly 1`] = `
|
||
|
<button
|
||
|
class="ant-btn"
|
||
|
type="button">
|
||
|
<span>
|
||
|
按 钮
|
||
|
</span>
|
||
|
</button>
|
||
|
`;
|
||
|
|
||
|
exports[`Button renders correctly 1`] = `
|
||
|
<button
|
||
|
class="ant-btn"
|
||
|
type="button">
|
||
|
<span>
|
||
|
Follow
|
||
|
</span>
|
||
|
</button>
|
||
|
`;
|