mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-16 10:03:08 -07:00
Allow arbitrary bats @test names (fixes #2587)
This commit is contained in:
parent
14056a7f3a
commit
d9c9e60fb0
2 changed files with 17 additions and 4 deletions
|
@ -142,7 +142,7 @@ data InnerToken t =
|
|||
| Inner_T_CoProcBody t
|
||||
| Inner_T_Include t
|
||||
| Inner_T_SourceCommand t t
|
||||
| Inner_T_BatsTest t t
|
||||
| Inner_T_BatsTest String t
|
||||
deriving (Show, Eq, Functor, Foldable, Traversable)
|
||||
|
||||
data Annotation =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue