diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2022-07-21 22:24:11 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2022-07-21 22:30:01 +0900 |
| commit | 7a7cfcacbe013f6ce179fb25a4b81c940b687af3 (patch) | |
| tree | 6abeecfb8e820101a1a8c343ec49a500ce244ad9 /src/options_test.go | |
| parent | 52594355bfa63ce7d579c7961f4f2fb30b486101 (diff) | |
| download | fzf-7a7cfcacbe013f6ce179fb25a4b81c940b687af3.tar.gz | |
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.go | 2 |
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 { |
