You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
277 B
Plaintext
20 lines
277 B
Plaintext
8 years ago
|
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>
|
||
|
`;
|