Fixing issues with the stream unit tests #1

Merged
vv merged 3 commits from fixing-stream into main 2024-03-04 19:04:28 +00:00

3 commits

Author SHA1 Message Date
dc90b8fd6c Fix broken unit tests, significant cleanup
- Have to break the match statement into specific section and non-specific section
  - (some ordering is still unclear to me, lets see if we can copy more go-uniseg unit tests)
- Add emoji to the grapheme list
- First character must be processed first
  - then state transition done on next char with peek!
- Fix other off-by-one issues, now unit tests pass!
2024-03-04 14:01:11 -05:00
a4938d04e1 Add christine's pk (cpk) and cpk-values! 2024-03-04 13:59:36 -05:00
4ac39aebd1 Broken code 2024-03-04 12:05:46 -05:00