support tagged enums inside tables

This commit is contained in:
Robin Appelman 2023-12-21 20:36:09 +01:00
commit 21c048625e
5 changed files with 65 additions and 7 deletions

7
tests/data/enuminmap.vdf Normal file
View file

@ -0,0 +1,7 @@
EnumInMap {
foo {
bar {
a 1
}
}
}