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` debe usar una coincidencia perezosa
```js
assert(/\?/g.test(myRegex));
assert(/[^\\][\*\+\?]\?/.test(myRegex));
```
`myRegex` no debe incluir la cadena `h1`