From 171b35b015dd92d54f44399bf2c98682bbf9b740 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 7 Feb 2023 16:50:47 +0300 Subject: [PATCH] Add data/abstract-check.csv A test file with several whitespace and newline scenarios in the abstract. I am currently disabling whitespace/newline fixes in the abstract because they are too agressive. --- data/abstract-check.csv | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 data/abstract-check.csv diff --git a/data/abstract-check.csv b/data/abstract-check.csv new file mode 100644 index 0000000..8db8f25 --- /dev/null +++ b/data/abstract-check.csv @@ -0,0 +1,17 @@ +id,dc.title,dcterms.abstract +1,Normal item,This is an abstract +2,Leading whitespace, This is an abstract +3,Trailing whitespace,This is an abstract +4,Consecutive whitespace,This is an abstract +5,Newline,"This +is an abstract" +6,Newline with leading whitespace," This + is an abstract" +7,Newline with trailing whitespace,"This +is an abstract " +8,Newline with consecutive whitespace,"This +is an abstract" +9,Multiple newlines,"This +is +an +abstract"