chore(i18n,curriculum): processed translations (#42530)

This commit is contained in:
camperbot
2021-06-16 23:30:51 +09:00
committed by GitHub
parent e5505cbe7b
commit b793107de6
4 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ assert(
`nonMutatingSort(globalArray)` 不应被硬编码。
```js
assert(!nonMutatingSort.toString().match(/[23569]/g));
assert(!nonMutatingSort.toString().match(/\[.*?[23569].*?\]/gs));
```
函数应该返回一个新数组,而不是传递给它的数组。