You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you have a .case file that contains desc: "[foo] bar" and a .template that has desc: baz, the generator will create a test that has desc: [foo] bar (baz) (note the missing quotes). This is invalid, as in Yaml that [foo] is parsed as an array.
The text was updated successfully, but these errors were encountered:
See #4341.
When you have a
.case
file that containsdesc: "[foo] bar"
and a.template
that hasdesc: baz
, the generator will create a test that hasdesc: [foo] bar (baz)
(note the missing quotes). This is invalid, as in Yaml that[foo]
is parsed as an array.The text was updated successfully, but these errors were encountered: