mirror of
https://github.com/go-task/task.git
synced 2026-05-18 05:05:20 +02:00
fix: fuzzy model was not instanciated (#2200)
* fix: fuzzy model was not instanciated * add test * add test
This commit is contained in:
4
testdata/fuzzy/Taskfile.yml
vendored
Normal file
4
testdata/fuzzy/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
version: 3
|
||||
|
||||
tasks:
|
||||
install: echo 'install'
|
||||
1
testdata/fuzzy/testdata/TestFuzzyModel-fuzzy-err-run.golden
vendored
Normal file
1
testdata/fuzzy/testdata/TestFuzzyModel-fuzzy-err-run.golden
vendored
Normal file
@@ -0,0 +1 @@
|
||||
task: Task "instal" does not exist. Did you mean "install"?
|
||||
1
testdata/fuzzy/testdata/TestFuzzyModel-fuzzy.golden
vendored
Normal file
1
testdata/fuzzy/testdata/TestFuzzyModel-fuzzy.golden
vendored
Normal file
@@ -0,0 +1 @@
|
||||
task: No tasks with description available. Try --list-all to list all tasks
|
||||
2
testdata/fuzzy/testdata/TestFuzzyModel-not-fuzzy.golden
vendored
Normal file
2
testdata/fuzzy/testdata/TestFuzzyModel-not-fuzzy.golden
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
task: [install] echo 'install'
|
||||
install
|
||||
Reference in New Issue
Block a user