chore(i18n,curriculum): update translations (#42918)

This commit is contained in:
camperbot
2021-07-19 16:05:37 +05:30
committed by GitHub
parent 69a4980696
commit f3da789fa4
169 changed files with 1365 additions and 1367 deletions

View File

@ -33,7 +33,7 @@ assert(result[0] == '<h1>');
`myRegex` 应该使用懒惰匹配
```js
assert(/\?/g.test(myRegex));
assert(/[^\\][\*\+\?]\?/.test(myRegex));
```
`myRegex` 不应包含字符串 `h1`