This commit is contained in:
parent
9338afb492
commit
03041b88d0
@ -9,9 +9,8 @@ import (
|
||||
"github.com/olekukonko/tablewriter"
|
||||
)
|
||||
|
||||
|
||||
var TestLine = []string{"1", "2"}
|
||||
var TestGroup = [][]string {{"1", "2", "3"}, {"a", "teohunteohu", "c", "d"}, {"☺", "☹"}}
|
||||
var TestGroup = [][]string{{"1", "2", "3"}, {"a", "teohunteohu", "c", "d"}, {"☺", "☹"}}
|
||||
var TestKeys = []string{"key0", "key1", "key2"}
|
||||
|
||||
/// test creation
|
||||
@ -81,5 +80,4 @@ func TestTableWriter(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// FIXME test different output formats when captions etc. are added
|
||||
|
Loading…
x
Reference in New Issue
Block a user