mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-10 02:18:57 +00:00
9 lines
114 B
Plaintext
9 lines
114 B
Plaintext
# word break points test, recursive break at dash and n-dash
|
||
SET UTF-8
|
||
|
||
BREAK 2
|
||
BREAK -
|
||
BREAK –
|
||
|
||
WORDCHARS -–
|