Fix escaping for cmd.exe

Close #3651
Close #2609
This commit is contained in:
Junegunn Choi
2024-04-28 22:03:00 +09:00
parent 7ed6c7905c
commit 8d74446bef
2 changed files with 22 additions and 11 deletions

View File

@@ -319,9 +319,9 @@ func TestUnixCommands(t *testing.T) {
// purpose of this test is to demonstrate some shortcomings of fzf's templating system on Windows
func TestWindowsCommands(t *testing.T) {
if !util.IsWindows() {
t.SkipNow()
}
// XXX Deprecated
t.SkipNow()
tests := []testCase{
// reference: give{template, query, items}, want{output OR match}