boxes/test/180_remove_box_ansi_unicode_broken_indented.txt

24 lines
2.2 KiB
Plaintext
Raw Normal View History

2023-05-21 13:59:25 +02:00
:DESC
Remove a box consisting of unicode characters, double-wide characters, and ansi escape codes,
while properly restoring tabbed indentation and handling the fact that the box is broken due to editing of the text
inside.
:ARGS
--config 180_remove_box_ansi_unicode_broken_indented.cfg --remove --tabs 4u
:INPUT
┏━┳━━━━━━━━━━ 沐宸 若汐 ━━━━━━━━━┳━┓
┃ ┃ ┃ ┃
ほ┃ Lorem ipsum ┃ふ
げ┃ dolor sit amet
ほ┃ consectetur adipiscing elit, ┃ふ
げ┃ sed do eiusmod tempor. ┃が
┣━╋━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━┫
┗━┻━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━┛
:OUTPUT-FILTER
:EXPECTED
Lorem ipsum
dolor sit amet
consectetur adipiscing elit,
sed do eiusmod tempor.
:EOF