From 81a88693c12507bcc460bd1150af0f48f917670c Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 3 Nov 2015 22:49:32 +0900 Subject: Make --extended default Close #400 --- src/options_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/options_test.go') diff --git a/src/options_test.go b/src/options_test.go index 1e9ede4e..ef86abec 100644 --- a/src/options_test.go +++ b/src/options_test.go @@ -100,7 +100,7 @@ func TestIrrelevantNth(t *testing.T) { t.Errorf("nth should be empty: %s", opts.Nth) } } - for _, words := range [][]string{[]string{"--nth", "..,3"}, []string{"--nth", "3,1.."}, []string{"--nth", "..-1,1"}} { + for _, words := range [][]string{[]string{"--nth", "..,3", "+x"}, []string{"--nth", "3,1..", "+x"}, []string{"--nth", "..-1,1", "+x"}} { { opts := defaultOptions() parseOptions(opts, words) -- cgit v1.2.3