diff options
| author | Julian Hurst <ark@mansus.space> | 2024-11-15 01:14:07 +0100 |
|---|---|---|
| committer | Julian Hurst <ark@mansus.space> | 2024-11-15 01:14:07 +0100 |
| commit | 4da35965e4ba31cacd90776bffbf36d7f585c645 (patch) | |
| tree | eb834f3d3b71cb38b7aac77c9b12a0e144293839 /format/tsv/README | |
| parent | 189c3af4052d543ce816637d97fed926fefa5c47 (diff) | |
| download | hatask-4da35965e4ba31cacd90776bffbf36d7f585c645.tar.gz | |
tsv -> format::tsv and add tests
Diffstat (limited to 'format/tsv/README')
| -rw-r--r-- | format/tsv/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/format/tsv/README b/format/tsv/README new file mode 100644 index 0000000..67d9d71 --- /dev/null +++ b/format/tsv/README @@ -0,0 +1,6 @@ +format::tsv supports writing and reading text in TSV (Tab Separated Values) format: + + name\tdescription + Hare\tThe Hare programming language + +TSV doesn't allow tabs to be used as anything other than a separator. Due to this, any existing tabs are removed when writing. |
