From 4da35965e4ba31cacd90776bffbf36d7f585c645 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Fri, 15 Nov 2024 01:14:07 +0100 Subject: tsv -> format::tsv and add tests --- format/tsv/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 format/tsv/README (limited to 'format/tsv/README') 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. -- cgit v1.2.3