boxes/test/109_unicode_align_right_lolcat.txt
Thomas Jensen fc7f881767
Explicitly set UTF-8 charset in unicode test cases
so that they don't fail on systems where UTF-8 is not properly set on the terminal #1
2021-02-15 21:10:54 +01:00

51 lines
4.9 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

: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