stringCodepointSplitter/test/stringCodepointSplitter.t
Raphaël Proust a9659a7b7e more test
2023-08-29 15:45:33 +02:00

29 lines
321 B
Raku

ASCII only
$ ./stringCodepointSplitterTest.exe abc
a
b
c
Still simple but not just ASCII
$ ./stringCodepointSplitterTest.exe «»
«
»
Example from the docstring of the lib
$ ./stringCodepointSplitterTest.exe "m̄ who you're."
m
̄
w
h
o
y
o
u
'
r
e
.