Added test case for enum section

This commit is contained in:
Sasha Koshka
2022-08-21 02:48:36 -04:00
parent 6fbda34300
commit c4f763af5b
3 changed files with 65 additions and 0 deletions

View File

@@ -200,5 +200,6 @@ type EnumSection struct {
what Type
permission types.Permission
// TODO: order matters here we need to store these in an array
members map[string] Argument
}