Partial implementation of better formatting machinery

This commit is contained in:
Lucien Greathouse
2019-11-14 18:43:51 -08:00
parent 3f8b178f88
commit b7d026b98e
2 changed files with 74 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ local function DEBUG_showPatch(patch)
output:indent()
for removed in ipairs(patch.removed) do
output:push("Remove ID %s", removed)
output:writeLine("Remove ID {}", removed)
end
for id, added in pairs(patch.added) do