m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 07:13:48 -05:00

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 {