Lift unicode.IsGraphic constraint for pointer, marker, and ellipsis

Use at your own risk.

Close #2709
Close #2055
This commit is contained in:
Junegunn Choi
2022-07-21 22:24:11 +09:00
parent 52594355bf
commit 7a7cfcacbe
3 changed files with 3 additions and 18 deletions

View File

@@ -453,8 +453,6 @@ func TestValidateSign(t *testing.T) {
{"😀", true},
{"", false},
{">>>", false},
{"\n", false},
{"\t", false},
}
for _, testCase := range testCases {