From a9659a7b7ef6ff06e9541bce1c7019d5792f0279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Proust?= Date: Tue, 29 Aug 2023 15:45:33 +0200 Subject: [PATCH] more test --- test/stringCodepointSplitter.t | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/test/stringCodepointSplitter.t b/test/stringCodepointSplitter.t index f50da59..5d17abf 100644 --- a/test/stringCodepointSplitter.t +++ b/test/stringCodepointSplitter.t @@ -9,3 +9,21 @@ Still simple but not just ASCII « — » + +Example from the docstring of the lib + $ ./stringCodepointSplitterTest.exe "m̄知 who you're." + m + ̄ + 知 + + w + h + o + + y + o + u + ' + r + e + .