chore(i18n,curriculum): update translations (#43089)
This commit is contained in:
@ -47,7 +47,7 @@ assert(
|
||||
);
|
||||
```
|
||||
|
||||
新建的`p` 元素应包含 `kitty ipsum text` 的前面几个词。
|
||||
你的 `p` 元素应包含 `kitty ipsum` 文本的前面几个词。
|
||||
|
||||
```js
|
||||
assert.isTrue(/Purr\s+jump\s+eat/gi.test($('p').text()));
|
||||
|
@ -51,7 +51,7 @@ assert($('footer').length == 1);
|
||||
assert($('a').eq(0).attr('href') == '#footer');
|
||||
```
|
||||
|
||||
`a` 的内容文本应为 `Jump to Bottom`。
|
||||
`a` 标签不应有 `target` 属性。
|
||||
|
||||
```js
|
||||
assert(
|
||||
|
Reference in New Issue
Block a user