text_formatter: add field to disable sorting

This commit is contained in:
Simon Eskildsen
2015-03-09 15:19:51 +00:00
parent 8287db7934
commit 538395b333
2 changed files with 12 additions and 2 deletions
+3
View File
@@ -32,3 +32,6 @@ func TestQuoting(t *testing.T) {
checkQuoting(false, errors.New("invalid"))
checkQuoting(true, errors.New("invalid argument"))
}
// TODO add tests for sorting etc., this requires a parser for the text
// formatter output.