From 7a7cfcacbe013f6ce179fb25a4b81c940b687af3 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 21 Jul 2022 22:24:11 +0900 Subject: Lift unicode.IsGraphic constraint for pointer, marker, and ellipsis Use at your own risk. Close #2709 Close #2055 --- src/options_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/options_test.go') 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 { -- cgit v1.2.3