text_formatter: add field to disable sorting
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user