From aba95d2f8cd0b945a7cf774f8c628a000f601810 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 8 Sep 2025 19:48:21 -0400 Subject: Add whitespace test --- tests/parsing/whitespace.flat.pom | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/parsing/whitespace.flat.pom (limited to 'tests/parsing/whitespace.flat.pom') diff --git a/tests/parsing/whitespace.flat.pom b/tests/parsing/whitespace.flat.pom new file mode 100644 index 0000000..84fa535 --- /dev/null +++ b/tests/parsing/whitespace.flat.pom @@ -0,0 +1,9 @@ +foo1 = "bar1" +foo2 = "bar2" +foo3 = "bar3" +sect.foo4 = "bar4" +sect2.foo = "7" +hasspc = "\t space\t " +hasspc2 = " \tspace \t" +nbsp = "\u{a0}n\u{a0}" +zwsp = "\u{200b}z\u{200b}" -- cgit v1.2.3