more tests

This commit is contained in:
Simon Waldherr
2018-10-20 18:31:30 +02:00
parent d95b30df9b
commit 2eb19cc251
7 changed files with 26 additions and 3 deletions

View File

@@ -185,9 +185,6 @@ func ConvertToGraphicField(source image.Image, graphicType GraphicType) string {
lastLine = curLine
case Binary:
GraphicFieldData += fmt.Sprintf("%s", line)
default:
graphicType = CompressedASCII
GraphicFieldData += fmt.Sprintln(CompressASCII(hexstr))
}
}