Added data test

This commit is contained in:
Sasha Koshka
2022-08-15 14:23:53 -04:00
parent 00bcfaab0b
commit 3a3c588023
2 changed files with 38 additions and 1 deletions

View File

@@ -175,5 +175,9 @@ func (section *DataSection) ToString (indent int) (output string) {
section.permission.ToString(), " ",
section.name, ":",
section.what.ToString())
// TODO: print out initialization values. if there is only one of them,
// keep it on the same line. if there are more than one, give each its
// own line.
return
}