From fb81b1bc86cf317cd7cc672a6059eed6f792260d Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 9 Jun 2017 10:48:37 +0100 Subject: Rename 'unit' test directory to 'normal' as they are the normal mode tests --- test/normal/codepoint-width/tab-width/cmd | 1 + test/normal/codepoint-width/tab-width/enabled | 2 ++ test/normal/codepoint-width/tab-width/in | 2 ++ test/normal/codepoint-width/tab-width/selections | 1 + 4 files changed, 6 insertions(+) create mode 100644 test/normal/codepoint-width/tab-width/cmd create mode 100755 test/normal/codepoint-width/tab-width/enabled create mode 100644 test/normal/codepoint-width/tab-width/in create mode 100644 test/normal/codepoint-width/tab-width/selections (limited to 'test/normal/codepoint-width/tab-width') diff --git a/test/normal/codepoint-width/tab-width/cmd b/test/normal/codepoint-width/tab-width/cmd new file mode 100644 index 00000000..4c559f78 --- /dev/null +++ b/test/normal/codepoint-width/tab-width/cmd @@ -0,0 +1 @@ +j diff --git a/test/normal/codepoint-width/tab-width/enabled b/test/normal/codepoint-width/tab-width/enabled new file mode 100755 index 00000000..edc44250 --- /dev/null +++ b/test/normal/codepoint-width/tab-width/enabled @@ -0,0 +1,2 @@ +#!/bin/sh +locale | grep LC_CTYPE | grep -qi 'utf-*8' diff --git a/test/normal/codepoint-width/tab-width/in b/test/normal/codepoint-width/tab-width/in new file mode 100644 index 00000000..9c911221 --- /dev/null +++ b/test/normal/codepoint-width/tab-width/in @@ -0,0 +1,2 @@ +一 %(二) +1234567890 diff --git a/test/normal/codepoint-width/tab-width/selections b/test/normal/codepoint-width/tab-width/selections new file mode 100644 index 00000000..ec635144 --- /dev/null +++ b/test/normal/codepoint-width/tab-width/selections @@ -0,0 +1 @@ +9 -- cgit v1.2.3