add var_in_glob test

This commit is contained in:
Gavin Nishizawa 2023-10-05 11:09:39 -07:00
parent c49bc8e847
commit 8d6dc9b19a
No known key found for this signature in database
GPG key ID: AE3B177777CE55CD
2 changed files with 12 additions and 0 deletions

View file

@ -1047,6 +1047,7 @@ cf many required: {
loadFromFile(t, "empty_nested_grid"),
loadFromFile(t, "code_font_size"),
loadFromFile(t, "disclaimer"),
loadFromFile(t, "var_in_glob"),
}
runa(t, tcs)

11
e2etests/testdata/files/var_in_glob.d2 vendored Normal file
View file

@ -0,0 +1,11 @@
vars: {
v: {
ok
}
}
x1 -> x2
x*: {
...${v}
}