From 552801556f8537bcdeee2cc93e347a35a0847f7f Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 2 Jan 2017 02:06:39 +0100 Subject: test: Add new test case for entities --- test/data/entities.plist | 57 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 test/data/entities.plist (limited to 'test/data') diff --git a/test/data/entities.plist b/test/data/entities.plist new file mode 100644 index 0000000..d7655d6 --- /dev/null +++ b/test/data/entities.plist @@ -0,0 +1,57 @@ + + + some test entitites + + copyright + © + multiple entitites + ⼠⼡⼢ + multiple entitites with characters inbetween + a⼣b⼤c⼥d + + one byte entity + + one byte entity + @ + one byte entity with text after + @z + one byte entity with text before + a@ + one byte entity with text before & after + a@z + + two-byte utf-8 + + two-byte utf-8 + Ä + two-byte utf-8 with text after + Ëyz + two-byte utf-8 with text before + abÖ + two-byte utf-8 with text before & after + abÜyz + + three byte utf-8 + + three byte utf-8 + + three byte utf-8 with text after + £xyz + three byte utf-8 with text before + abc¥ + three byte utf-8 with text before & after + abc₩xyz + + four byte utf-8 + + four byte utf-8 + 𝕢 + four byte utf-8 with text after + 𝕣wxyz + four byte utf-8 with text before + abcd𝕤 + four byte utf-8 with text before & after + abcd𝕥wxyz + + + -- cgit v1.1-32-gdbae