fix #27: check if parsed headers and columns match

This commit is contained in:
2024-11-04 11:13:53 +01:00
parent ef5211e45f
commit 4dc87ac22e
4 changed files with 38 additions and 17 deletions

View File

@@ -29,7 +29,7 @@ import (
)
const DefaultSeparator string = `(\s\s+|\t)`
const Version string = "v1.2.1"
const Version string = "v1.2.2"
const MAXPARTS = 2
var DefaultLoadPath = os.Getenv("HOME") + "/.config/tablizer/lisp"