E09 Escape inválido
- Constante
E_ESCAPE- Especificación
- §3.3
- Modo tolerante
- Se registra y el documento se construye igual
Secuencia de escape no reconocida. Las válidas son \|, \\, \n, \, (dentro de listas) y \* (dentro de listas). En modo tolerante el registro se descarta.
Cómo verlo
En el playground, pestaña «Editor y validador», el botón «Inyectar 3 errores» provoca E04, E05, E08 y E09 sobre el ejemplo cargado.
Desde la línea de comandos, mini diagnose archivo.mini imprime un informe JSON con todos los errores y las líneas a regenerar.
E09 Invalid escape
- Constant
E_ESCAPE- Specification
- §3.3
- Lenient mode
- Recorded and the document is built anyway
Unrecognized escape sequence. The valid ones are \|, \\, \n, \, (inside lists) and \* (inside lists). In lenient mode the record is discarded.
How to see it
In the playground, “Editor & validator” tab, the “Inject 3 errors” button triggers E04, E05, E08 and E09 on the loaded example.
From the command line, mini diagnose archivo.mini prints a JSON report with every error and the lines to regenerate.