mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-28 00:49:28 +08:00
Allow arbitrary bats @test names (fixes #2587)
This commit is contained in:
@@ -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 =
|
||||
|
Reference in New Issue
Block a user