chore(i18n,docs): update translations (#44282)
This commit is contained in:
@ -68,10 +68,13 @@ Pruebas para ejecutar en el código del usuario, en pares de lenguaje de marcado
|
||||
Código para prueba uno
|
||||
```
|
||||
|
||||
Más instrucciones en la sintaxis de lenguaje de marcado
|
||||
If you want dynamic output based on the user's code, --fcc-expected-- and --fcc-actual-- will be replaced with the expected and actual values of the test's assertion. Take care if you have multiple assertions since the first failing assertion will determine the values of --fcc-expected-- and --fcc-actual--.
|
||||
|
||||
```js
|
||||
Más código
|
||||
assert.equal(
|
||||
'this will replace --fcc-actual--',
|
||||
'this will replace --fcc-expected--'
|
||||
);
|
||||
```
|
||||
|
||||
# --seed--
|
||||
|
Reference in New Issue
Block a user