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

This commit is contained in:
camperbot
2021-04-12 15:26:42 +09:00
committed by GitHub
parent 74f2f34688
commit 86c00f8919
12 changed files with 80 additions and 68 deletions

View File

@ -23,10 +23,19 @@ La clase `penguin` debe reasignar la variable `--penguin-belly` a `white`.
```js
assert(
code.match(/\.penguin\s*?{[\s\S]*(?<!background-color: )--penguin-belly\s*?:\s?white\s*?;[\s\S]*}/gi)
code.match(/\.penguin\s*?{[\s\S]*--penguin-belly\s*?:\s*?white\s*?;[\s\S]*}/gi)
);
```
La clase `penguin` no debe contener la propiedad `background-color`
```js
assert(
code.match(/^((?!background-color\s*?:\s*?)[\s\S])*$/g)
);
```
# --seed--
## --seed-contents--