Allow arbitrary bats @test names (fixes #2587)

This commit is contained in:
Vidar Holen 2022-10-13 19:46:15 -07:00
parent 14056a7f3a
commit d9c9e60fb0
2 changed files with 17 additions and 4 deletions

View file

@ -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 =