summaryrefslogtreecommitdiffstats
path: root/src/options_test.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2022-07-21 22:24:11 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2022-07-21 22:30:01 +0900
commit7a7cfcacbe013f6ce179fb25a4b81c940b687af3 (patch)
tree6abeecfb8e820101a1a8c343ec49a500ce244ad9 /src/options_test.go
parent52594355bfa63ce7d579c7961f4f2fb30b486101 (diff)
Lift unicode.IsGraphic constraint for pointer, marker, and ellipsis
Use at your own risk. Close #2709 Close #2055
Diffstat (limited to 'src/options_test.go')
-rw-r--r--src/options_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/options_test.go b/src/options_test.go
index b411e58e..e9cb5922 100644
--- a/src/options_test.go
+++ b/src/options_test.go
@@ -453,8 +453,6 @@ func TestValidateSign(t *testing.T) {
{"😀", true},
{"", false},
{">>>", false},
- {"\n", false},
- {"\t", false},
}
for _, testCase := range testCases {