fix: fuzzy model was not instanciated (#2200)

* fix: fuzzy model was not instanciated

* add test

* add test
This commit is contained in:
Valentin Maerten
2025-04-28 01:00:54 +02:00
committed by GitHub
parent 1c35358fcc
commit a33544101a
6 changed files with 30 additions and 1 deletions

4
testdata/fuzzy/Taskfile.yml vendored Normal file
View File

@@ -0,0 +1,4 @@
version: 3
tasks:
install: echo 'install'

View File

@@ -0,0 +1 @@
task: Task "instal" does not exist. Did you mean "install"?

View File

@@ -0,0 +1 @@
task: No tasks with description available. Try --list-all to list all tasks

View File

@@ -0,0 +1,2 @@
task: [install] echo 'install'
install