Added JSON conversion tests and doc generation

This commit is contained in:
Mike Farah
2022-01-21 20:26:19 +11:00
parent e347090571
commit 2526b03d67
6 changed files with 367 additions and 3 deletions
+2
View File
@@ -51,6 +51,8 @@ func processXmlScenario(s formatScenario) string {
type formatScenario struct {
input string
indent int
expression string
expected string
description string
subdescription string