-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify output behavior for non-strings
The OutputWriter accepts Row's with values that are non-strings. Add unit tests to better clarify how they are being rendered. Currently they all get converted golang string representations. As a result, numeric literals renders fine, but containers like maps look awkward in tabular view, and arguably wrong in JSON/YAML form. YAML/JSON output will be fixed in a followup commit
- Loading branch information
Showing
1 changed file
with
86 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters