diff --git a/utest/main.c b/utest/main.c index 8f836d7..71efeb7 100644 --- a/utest/main.c +++ b/utest/main.c @@ -117,8 +117,7 @@ int main(void) cmocka_unit_test(test_is_allowed_in_shape), cmocka_unit_test(test_is_allowed_in_filename), cmocka_unit_test(test_is_allowed_in_kv_string), - cmocka_unit_test(test_u32_strnrstr), - cmocka_unit_test(test_u32_insert_space_at) + cmocka_unit_test(test_u32_strnrstr) }; const struct CMUnitTest bxstring_tests[] = { diff --git a/test/095_ansi_basic.txt b/test/095_ansi_basic.txt deleted file mode 100644 index 95deccd..0000000 --- a/test/095_ansi_basic.txt +++ /dev/null @@ -1,9 +0,0 @@ -:ARGS -:INPUT -abcdef -:OUTPUT-FILTER -:EXPECTED -/**********/ -/* abcdef */ -/**********/ -:EOF diff --git a/test/096_ansi_within.txt b/test/096_ansi_within.txt deleted file mode 100644 index f662b35..0000000 --- a/test/096_ansi_within.txt +++ /dev/null @@ -1,9 +0,0 @@ -:ARGS -:INPUT -abcdef -:OUTPUT-FILTER -:EXPECTED -/**********/ -/* abcdef */ -/**********/ -:EOF diff --git a/test/097_ansi_mixed.txt b/test/097_ansi_mixed.txt deleted file mode 100644 index f069a31..0000000 --- a/test/097_ansi_mixed.txt +++ /dev/null @@ -1,17 +0,0 @@ -:ARGS -:INPUT -normal -with some formating -formating past line end -and into next -normal again -:OUTPUT-FILTER -:EXPECTED -/***************************/ -/* normal */ -/* with some formating */ -/* formating past line end */ -/* and into next */ -/* normal again */ -/***************************/ -:EOF diff --git a/test/098_ansi_mixed_indent.txt b/test/098_ansi_mixed_indent.txt deleted file mode 100644 index 6809734..0000000 --- a/test/098_ansi_mixed_indent.txt +++ /dev/null @@ -1,17 +0,0 @@ -:ARGS -:INPUT - normal - with some formating - formating past line end - and into next - normal again -:OUTPUT-FILTER -:EXPECTED - /***************************/ - /* normal */ - /* with some formating */ - /* formating past line end */ - /* and into next */ - /* normal again */ - /***************************/ -:EOF diff --git a/test/100_ansi_align_center.txt b/test/100_ansi_align_center.txt deleted file mode 100644 index e45aec7..0000000 --- a/test/100_ansi_align_center.txt +++ /dev/null @@ -1,18 +0,0 @@ -:ARGS --ac -:INPUT -normal -with some formating -formating past line end -and into next -normal again -:OUTPUT-FILTER -:EXPECTED -/***************************/ -/* normal */ -/* with some formating */ -/* formating past line end */ -/* and into next */ -/* normal again */ -/***************************/ -:EOF diff --git a/test/101_ansi_align_right.txt b/test/101_ansi_align_right.txt deleted file mode 100644 index ee56531..0000000 --- a/test/101_ansi_align_right.txt +++ /dev/null @@ -1,18 +0,0 @@ -:ARGS --ar -:INPUT -normal -with some formating -formating past line end -and into next -normal again -:OUTPUT-FILTER -:EXPECTED -/***************************/ -/* normal */ -/* with some formating */ -/* formating past line end */ -/* and into next */ -/* normal again */ -/***************************/ -:EOF diff --git a/test/102_ansi_size.txt b/test/102_ansi_size.txt deleted file mode 100644 index 9681368..0000000 --- a/test/102_ansi_size.txt +++ /dev/null @@ -1,21 +0,0 @@ -:ARGS --s35x10 -:INPUT -normal -with some formating -formating past line end -and into next -normal again -:OUTPUT-FILTER -:EXPECTED -/*********************************/ -/* normal */ -/* with some formating */ -/* formating past line end */ -/* and into next */ -/* normal again */ -/* */ -/* */ -/* */ -/*********************************/ -:EOF diff --git a/test/103_ansi_pad.txt b/test/103_ansi_pad.txt deleted file mode 100644 index c2b59bf..0000000 --- a/test/103_ansi_pad.txt +++ /dev/null @@ -1,28 +0,0 @@ -:ARGS --pa5 -:INPUT -normal -with some formating -formating past line end -and into next -normal again -:OUTPUT-FILTER -:EXPECTED -/***********************************/ -/* */ -/* */ -/* */ -/* */ -/* */ -/* normal */ -/* with some formating */ -/* formating past line end */ -/* and into next */ -/* normal again */ -/* */ -/* */ -/* */ -/* */ -/* */ -/***********************************/ -:EOF diff --git a/test/105_ansi_lolcat_within_leading_space.txt b/test/105_ansi_lolcat_within_leading_space.txt deleted file mode 100644 index 19bbd37..0000000 --- a/test/105_ansi_lolcat_within_leading_space.txt +++ /dev/null @@ -1,11 +0,0 @@ -:ARGS -:INPUT -    There is no complete theory of anything. -     Robert Anton Wilson -:OUTPUT-FILTER -:EXPECTED - /********************************************/ - /* There is no complete theory of anything. */ - /*  Robert Anton Wilson */ - /********************************************/ -:EOF diff --git a/test/107_unicode_align_left_lolcat.txt b/test/107_unicode_align_left_lolcat.txt deleted file mode 100644 index 8e207f9..0000000 --- a/test/107_unicode_align_left_lolcat.txt +++ /dev/null @@ -1,50 +0,0 @@ -:ARGS --n UTF-8 -al -:INPUT -         a -     ab -     abc -   abcd -   abcde -   abcdef -   abcdefg -   abcdefgh -         試 -     常盤 -   運作能 -   申見売映 -   海棋事行変 -          ä -     äb -     äbç -   äbçd -   äbçdé -   äbçdéf -   äbçdéfg -   äbçdéfgh -:OUTPUT-FILTER -:EXPECTED - /**************/ - /* a */ - /* ab */ - /* abc */ - /* abcd */ - /* abcde */ - /* abcdef */ - /* abcdefg */ - /* abcdefgh */ - /* 試 */ - /* 常盤 */ - /* 運作能 */ - /* 申見売映 */ - /* 海棋事行変 */ - /* ä */ - /* äb */ - /* äbç */ - /* äbçd */ - /* äbçdé */ - /* äbçdéf */ - /* äbçdéfg */ - /* äbçdéfgh */ - /**************/ -:EOF diff --git a/test/108_unicode_align_center_lolcat.txt b/test/108_unicode_align_center_lolcat.txt deleted file mode 100644 index b58f6b0..0000000 --- a/test/108_unicode_align_center_lolcat.txt +++ /dev/null @@ -1,50 +0,0 @@ -:ARGS --n UTF-8 -ac -:INPUT -         a -     ab -     abc -   abcd -   abcde -   abcdef -   abcdefg -   abcdefgh -         試 -     常盤 -   運作能 -   申見売映 -   海棋事行変 -          ä -     äb -     äbç -   äbçd -   äbçdé -   äbçdéf -   äbçdéfg -   äbçdéfgh -:OUTPUT-FILTER -:EXPECTED - /**************/ - /*     a */ - /*   ab */ - /*   abc */ - /* abcd */ - /* abcde */ - /* abcdef */ - /* abcdefg */ - /* abcdefgh */ - /*     試 */ - /*   常盤 */ - /* 運作能 */ - /* 申見売映 */ - /* 海棋事行変 */ - /*     ä */ - /*   äb */ - /*   äbç */ - /* äbçd */ - /* äbçdé */ - /* äbçdéf */ - /* äbçdéfg */ - /* äbçdéfgh */ - /**************/ -:EOF diff --git a/test/109_unicode_align_right_lolcat.txt b/test/109_unicode_align_right_lolcat.txt deleted file mode 100644 index 313e461..0000000 --- a/test/109_unicode_align_right_lolcat.txt +++ /dev/null @@ -1,50 +0,0 @@ -:ARGS --n UTF-8 -ar -:INPUT -         a -     ab -     abc -   abcd -   abcde -   abcdef -   abcdefg -   abcdefgh -         試 -     常盤 -   運作能 -   申見売映 -   海棋事行変 -          ä -     äb -     äbç -   äbçd -   äbçdé -   äbçdéf -   äbçdéfg -   äbçdéfgh -:OUTPUT-FILTER -:EXPECTED - /**************/ - /*       a */ - /*   ab */ - /*   abc */ - /* abcd */ - /* abcde */ - /* abcdef */ - /* abcdefg */ - /* abcdefgh */ - /*       試 */ - /*   常盤 */ - /* 運作能 */ - /* 申見売映 */ - /* 海棋事行変 */ - /*        ä */ - /*   äb */ - /*   äbç */ - /* äbçd */ - /* äbçdé */ - /* äbçdéf */ - /* äbçdéfg */ - /* äbçdéfgh */ - /**************/ -:EOF diff --git a/test/110_unicode_align_complex_lolcat.txt b/test/110_unicode_align_complex_lolcat.txt deleted file mode 100644 index 6ed6356..0000000 --- a/test/110_unicode_align_complex_lolcat.txt +++ /dev/null @@ -1,53 +0,0 @@ -:ARGS --n UTF-8 -ahrvbjr -ph3 -sx26 -:INPUT -         a -     ab -     abc -   abcd -   abcde -   abcdef -   abcdefg -   abcdefgh -         試 -     常盤 -   運作能 -   申見売映 -   海棋事行変 -          ä -     äb -     äbç -   äbçd -   äbçdé -   äbçdéf -   äbçdéfg -   äbçdéfgh -:OUTPUT-FILTER -:EXPECTED - /******************/ - /* */ - /* */ - /* */ - /*       a */ - /*   ab */ - /*   abc */ - /* abcd */ - /* abcde */ - /* abcdef */ - /* abcdefg */ - /* abcdefgh */ - /*       試 */ - /*   常盤 */ - /* 運作能 */ - /* 申見売映 */ - /* 海棋事行変 */ - /*        ä */ - /*   äb */ - /*   äbç */ - /* äbçd */ - /* äbçdé */ - /* äbçdéf */ - /* äbçdéfg */ - /* äbçdéfgh */ - /******************/ -:EOF diff --git a/test/113_headline_ansi_unicode.txt b/test/113_headline_ansi_unicode.txt deleted file mode 100644 index 4bf55f4..0000000 --- a/test/113_headline_ansi_unicode.txt +++ /dev/null @@ -1,10 +0,0 @@ -:ARGS --n UTF-8 -d headline -p l3r1 -:INPUT -   foo 海 bar -:OUTPUT-FILTER -:EXPECTED - /**************************/ - /* f o o  海  b a r  */ - /**************************/ -:EOF diff --git a/test/117_unicode_ansi_mending.txt b/test/117_unicode_ansi_mending.txt deleted file mode 100644 index 6081f83..0000000 --- a/test/117_unicode_ansi_mending.txt +++ /dev/null @@ -1,40 +0,0 @@ -:DESC -This test case checks that a broken box with unicode and ansi sequences can be properly mended. -:ARGS --n UTF-8 -d diamonds -ac -m -:INPUT - /\ /\ /\ /\ - /\//\\/\ /\//\\/\ /\//\\/\ /\//\\/\ - /\//\\\///\\/\//\\\///\\/\//\\\///\\/\//\\\///\\/\ -//\\\//\/\\///\\\//\/\\///\\\//\/\\///\\\//\/\\///\\ -\\//\/ \/\\// - \/ \/ - /\ 申提小作氷食京豆贈画容平上護整的京。 /\ -//\\ 筑にじルげ物綱て流43写タフウ -\\// Y4 n0w 54y, (pdf) 1nDeX3D \\// - \/ Lorem ipsum. \/ - /\ /\ -//\\/\ /\//\\ -\\///\\/\//\\\///\\/\//\\\///\\/\//\\\///\\/\//\\\// - \/\\///\\\//\/\\///\\\//\/\\///\\\//\/\\///\\\//\/ - \/\\//\/ \/\\//\/ \/\\//\/ \/\\//\/ - \/ \/ \/ jgs \/ -:OUTPUT-FILTER -:EXPECTED - /\ /\ /\ /\ - /\//\\/\ /\//\\/\ /\//\\/\ /\//\\/\ - /\//\\\///\\/\//\\\///\\/\//\\\///\\/\//\\\///\\/\ - //\\\//\/\\///\\\//\/\\///\\\//\/\\///\\\//\/\\///\\ - \\//\/ \/\\// - \/ \/ - /\ 申提小作氷食京豆贈画容平上護整的京。 /\ - //\\ 筑にじルげ物綱て流43写タフウ //\\ - \\// Y4 n0w 54y, (pdf) 1nDeX3D \\// - \/ Lorem ipsum. \/ - /\ /\ - //\\/\ /\//\\ - \\///\\/\//\\\///\\/\//\\\///\\/\//\\\///\\/\//\\\// - \/\\///\\\//\/\\///\\\//\/\\///\\\//\/\\///\\\//\/ - \/\\//\/ \/\\//\/ \/\\//\/ \/\\//\/ - \/ \/ \/ jgs \/ -:EOF diff --git a/test/118_unicode_ansi_align_center.txt b/test/118_unicode_ansi_align_center.txt deleted file mode 100644 index 8933b7f..0000000 --- a/test/118_unicode_ansi_align_center.txt +++ /dev/null @@ -1,31 +0,0 @@ -:DESC -Center align colored unicode text. -:ARGS --n UTF-8 -d unicornsay -ac -:INPUT -         試 -     常盤 -   運作能 -   申見売映 -   海棋事行変 -   föóbéç¿ -:OUTPUT-FILTER -:EXPECTED - ______________ - / \ - |     試 | - |   常盤 | - | 運作能 | - | 申見売映 | - | 海棋事行変 | - | föóbéç¿ | - \________ __'\ - |/ \\ - \ \\ . - |\\/| - / " '\ - . . . - / ) | - ' _.' | - '-'/ \ -:EOF diff --git a/test/119_unicode_ansi_align_right.txt b/test/119_unicode_ansi_align_right.txt deleted file mode 100644 index e74fc09..0000000 --- a/test/119_unicode_ansi_align_right.txt +++ /dev/null @@ -1,31 +0,0 @@ -:DESC -Right align colored unicode text. -:ARGS --n UTF-8 -d unicornsay -ar -:INPUT -         試 -     常盤 -   運作能 -   申見売映 -   海棋事行変 -   föóbéç¿ -:OUTPUT-FILTER -:EXPECTED - ______________ - / \ - |       試 | - |   常盤 | - | 運作能 | - | 申見売映 | - | 海棋事行変 | - | föóbéç¿ | - \________ __'\ - |/ \\ - \ \\ . - |\\/| - / " '\ - . . . - / ) | - ' _.' | - '-'/ \ -:EOF diff --git a/test/126_config_file_xdg3.txt b/test/126_config_file_xdg3.txt deleted file mode 100644 index bc7a9a2..0000000 --- a/test/126_config_file_xdg3.txt +++ /dev/null @@ -1,15 +0,0 @@ -:DESC -Because of historic boxes behavior, a config file in $HOME has precedence over one in $XDG_CONFIG_HOME/boxes. - -:ENV -export HOME="`pwd`/126_data/home" -export XDG_CONFIG_HOME="`pwd`/126_data/xdg" -:ARGS -:INPUT -foo -:OUTPUT-FILTER -:EXPECTED -#123123---456# -#foo # -#12345<>67890# -:EOF diff --git a/test/132_parent_configs_speedmode.txt b/test/132_parent_configs_speedmode.txt deleted file mode 100644 index d9f88ab..0000000 --- a/test/132_parent_configs_speedmode.txt +++ /dev/null @@ -1,13 +0,0 @@ -:DESC -The parent ref is found even while skipping over designs to find the specified one. - -:ARGS --f 132_data/B.cfg -avc -d designD -:INPUT -foo -:OUTPUT-FILTER -:EXPECTED -DDD -DDD foo -DDD -:EOF diff --git a/test/176_utf8_design_list.txt b/test/176_utf8_design_list.txt deleted file mode 100644 index 2722bff..0000000 --- a/test/176_utf8_design_list.txt +++ /dev/null @@ -1,24 +0,0 @@ -:ARGS --f 176_utf8_design_list.cfg -l -:INPUT -:OUTPUT-FILTER -:EXPECTED -2 Available Styles in "176_utf8_design_list.cfg": -------------------------------------------------- - -designA -John Doe, coded by 沐宸: - - ┏━ 沐宸 若汐 ━┓ - ┃ ⧹ - ┃ ╱ - ┗━━━━━━━━━━━━━┛ - - -designB -沐宸, coded by John Doe: - - shape - - -:EOF diff --git a/test/177_utf8_generate_box.txt b/test/177_utf8_generate_box.txt deleted file mode 100644 index c6fe7f7..0000000 --- a/test/177_utf8_generate_box.txt +++ /dev/null @@ -1,15 +0,0 @@ -:ARGS --f 177_utf8_generate_box.cfg -s 21x8 -ac -:INPUT -fäo -:OUTPUT-FILTER -:EXPECTED -┏━┳━━━ 沐宸 若汐 ━━━┓ -┃ ┃ ┋ -┃ ┃ ┃ -┃ ┃ föo ┋ -┃ ┃ ┃ -┃ ┃ ┋ -┣━╋━━━━━━━━━━━━━━━━━┫ -┗━┻━━━━━━━━━━━━━━━━━┛ -:EOF diff --git a/test/184_create_box_colored_contents.txt b/test/184_create_box_colored_contents.txt deleted file mode 100644 index b832a75..0000000 --- a/test/184_create_box_colored_contents.txt +++ /dev/null @@ -1,15 +0,0 @@ -:DESC -Creates a unicode box which also colors its contents. - -:ARGS --d critical -i box -:INPUT - Aaargh, let go of me! -:OUTPUT-FILTER -:EXPECTED - ▄▄ CRITICAL ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ - █ █ - █ Aaargh, let go of me! █ - █ █ - ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ -:EOF diff --git a/boxes-config b/boxes-config index 4f93c4f..69695cc 100644 --- a/boxes-config +++ b/boxes-config @@ -3026,150 +3026,6 @@ END tux # ============================================================================ -BOX info - -author "Thomas Jensen" -designer "Thomas Jensen" -tags ("box", "color", "simple", "unicode") - -sample - ▄▄ INFO ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ - █ █ - █ This is an informational message. █ - █ Don't worry about it. █ - █ █ - ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ -ends - -# Monochrome sample: -# ▄▄ INFO ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ -# █ █ -# █ This is an informational message. █ -# █ Don't worry about it. █ -# █ █ -# ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ - -shapes { - nw ("▄") - nnw ("▄ INFO ") - n ("▄") - ne ("▄") - w ("█") - e ("█") - sw ("▀") - s ("▀") - se ("▀") -} - -elastic (n, s, e, w) - -padding { - horizontal 2 - vertical 1 -} - -END info - - -# ============================================================================ - - -BOX warning - -author "Thomas Jensen" -designer "Thomas Jensen" -tags ("box", "color", "simple", "unicode") - -sample - ▄▄ WARNING ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ - █ █ - █ Sub-zero temperatures expected. █ - █ Please drive carefully. █ - █ █ - ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ -ends - -# Monochrome sample: -# ▄▄ WARNING ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ -# █ █ -# █ Sub-zero temperatures expected. █ -# █ Please drive carefully. █ -# █ █ -# ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ - -shapes { - nw ("▄") - nnw ("▄ WARNING ") - n ("▄") - ne ("▄") - w ("█") - e ("█") - sw ("▀") - s ("▀") - se ("▀") -} - -elastic (n, s, e, w) - -padding { - horizontal 2 - vertical 1 -} - -END warning - - -# ============================================================================ - - -BOX critical - -author "Thomas Jensen" -designer "Thomas Jensen" -tags ("box", "color", "simple", "unicode") - -sample - ▄▄ CRITICAL ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ - █ █ - █ Coolant levels below minimum. █ - █ Disengage main drive and stop for repairs. █ - █ █ - ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ -ends - -# Monochrome sample: -# ▄▄ CRITICAL ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ -# █ █ -# █ Coolant levels below minimum. █ -# █ Disengage main drive and stop for repairs. █ -# █ █ -# ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ - -shapes { - nw ("▄") - nnw ("▄ CRITICAL ") - n ("▄") - ne ("▄") - w ("█") - e ("█") - sw ("▀") - s ("▀") - se ("▀") -} - -elastic (n, s, e, w) - -padding { - horizontal 2 - vertical 1 -} - -END critical - - -# ============================================================================ - - BOX ansi author "chorpler" diff --git a/test/099_ansi_align_left.txt b/test/099_ansi_align_left.txt deleted file mode 100644 index 3c34a91..0000000 --- a/test/099_ansi_align_left.txt +++ /dev/null @@ -1,18 +0,0 @@ -:ARGS --al -:INPUT -normal -with some formating -formating past line end -and into next -normal again -:OUTPUT-FILTER -:EXPECTED -/***************************/ -/* normal */ -/* with some formating */ -/* formating past line end */ -/* and into next */ -/* normal again */ -/***************************/ -:EOF diff --git a/test/104_ansi_lolcat.txt b/test/104_ansi_lolcat.txt deleted file mode 100644 index f5ae847..0000000 --- a/test/104_ansi_lolcat.txt +++ /dev/null @@ -1,12 +0,0 @@ -:ARGS --ar -:INPUT -There is no complete theory of anything. - Robert Anton Wilson -:OUTPUT-FILTER -:EXPECTED -/********************************************/ -/* There is no complete theory of anything. */ -/*  Robert Anton Wilson */ -/********************************************/ -:EOF diff --git a/test/185_remove_box_uncolor_contents.txt b/test/185_remove_box_uncolor_contents.txt deleted file mode 100644 index b7c9968..0000000 --- a/test/185_remove_box_uncolor_contents.txt +++ /dev/null @@ -1,15 +0,0 @@ -:DESC -Removes a unicode box which had colored its contents, restoring the original monochrome text. - -:ARGS --r -:INPUT - ▄▄ CRITICAL ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ - █ █ - █ Aaargh, let go of me! █ - █ █ - ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ -:OUTPUT-FILTER -:EXPECTED - Aaargh, let go of me! -:EOF diff --git a/test/150_tag_config_invalid_tags.txt b/test/150_tag_config_invalid_tags.txt deleted file mode 100644 index c559888..0000000 --- a/test/150_tag_config_invalid_tags.txt +++ /dev/null @@ -1,38 +0,0 @@ -:ARGS --f 150_tag_config_invalid_tags.cfg -l -:INPUT -:OUTPUT-FILTER -:EXPECTED -boxes: 150_tag_config_invalid_tags.cfg: line 32: invalid tag -- Invalid1 -boxes: 150_tag_config_invalid_tags.cfg: line 32: invalid tag -- 2invalid -boxes: 150_tag_config_invalid_tags.cfg: line 32: invalid tag -- invalid3- -boxes: 150_tag_config_invalid_tags.cfg: line 32: invalid tag -- -invalid4 -boxes: 150_tag_config_invalid_tags.cfg: line 32: invalid tag -- in--valid5 -boxes: 150_tag_config_invalid_tags.cfg: line 33: invalid tag -- in space valid6 -boxes: 150_tag_config_invalid_tags.cfg: line 59: invalid tag -- in space valid7 -3 Available Styles in "150_tag_config_invalid_tags.cfg": --------------------------------------------------------- - -designA: - - AAA - AAA foo - AAA - - -designB: - - BBB - BBB foo - BBB - - -designC: - - CCC - CCC foo - CCC - - -tag1 (1) | tag2 (1) | tag3 (1) | tag4 (1) | tag5 (1) | tag6 (1) -:EOF