mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-12 18:01:14 +01:00
16 lines
329 B
Plaintext
16 lines
329 B
Plaintext
|
:DESC
|
||
|
A non-existent encoding is specified. Boxes falls back to the system encoding and logs a warning.
|
||
|
|
||
|
:ARGS
|
||
|
-n NON-EXISTENT
|
||
|
:INPUT
|
||
|
foo
|
||
|
:OUTPUT-FILTER
|
||
|
s/( falling back to) .*$/\1 [system encoding]/
|
||
|
:EXPECTED
|
||
|
boxes: Invalid character encoding: NON-EXISTENT - falling back to [system encoding]
|
||
|
/*******/
|
||
|
/* foo */
|
||
|
/*******/
|
||
|
:EOF
|