8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f7076 commit 675f347Copy full SHA for 675f347
src/word.rs
@@ -171,7 +171,7 @@ impl<'a> Iterator for UWordBounds<'a> {
171
continue;
172
}
173
174
- break; // rule WB14
+ break; // rule WB999
175
176
},
177
Zwj => match cat { // rule WB3c
@@ -368,7 +368,7 @@ impl<'a> DoubleEndedIterator for UWordBounds<'a> {
368
369
break; // rule WB3a
370
371
- _ => break // rule WB14
+ _ => break // rule WB999
372
373
374
wd::WC_ZWJ => continue,
0 commit comments