X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/882d8795c6ff65c02f2657e596391748d1b6b7f5:/tests/data/cases/preview_long_strings__east_asian_width.py..refs/heads/master:/.vim/bundle/black/tests/data/cases/static/git-logo.png diff --git a/tests/data/cases/preview_long_strings__east_asian_width.py b/tests/data/cases/preview_long_strings__east_asian_width.py deleted file mode 100644 index d190f42..0000000 --- a/tests/data/cases/preview_long_strings__east_asian_width.py +++ /dev/null @@ -1,26 +0,0 @@ -# flags: --preview -# The following strings do not have not-so-many chars, but are long enough -# when these are rendered in a monospace font (if the renderer respects -# Unicode East Asian Width properties). -hangul = '코드포인트 수는 적으나 실제 터미널이나 에디터에서 렌더링될 땐 너무 길어서 줄바꿈이 필요한 문자열' -hanzi = '中文測試:代碼點數量少,但在真正的終端模擬器或編輯器中呈現時太長,因此需要換行的字符串。' -japanese = 'コードポイントの数は少ないが、実際の端末エミュレータやエディタでレンダリングされる時は長すぎる為、改行が要る文字列' - -# output - -# The following strings do not have not-so-many chars, but are long enough -# when these are rendered in a monospace font (if the renderer respects -# Unicode East Asian Width properties). -hangul = ( - "코드포인트 수는 적으나 실제 터미널이나 에디터에서 렌더링될 땐 너무 길어서 줄바꿈이" - " 필요한 문자열" -) -hanzi = ( - "中文測試:代碼點數量少,但在真正的終端模擬器或編輯器中呈現時太長," - "因此需要換行的字符串。" -) -japanese = ( - "コードポイントの数は少ないが、" - "実際の端末エミュレータやエディタでレンダリングされる時は長すぎる為、" - "改行が要る文字列" -)