8000 fix typo contained through manual merge · unicode-rs/unicode-segmentation@1f2f591 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1f2f591

Browse files
committed
fix typo contained through manual merge
1 parent 832d958 commit 1f2f591

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/grapheme.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,7 @@ impl GraphemeCursor {
669669
}
670670
}
671671

672+
#[test]
672673
fn test_grapheme_cursor_ris_precontext() {
673674
let s = "\u{1f1fa}\u{1f1f8}\u{1f1fa}\u{1f1f8}\u{1f1fa}\u{1f1f8}";
674675
let mut c = GraphemeCursor::new(8, s.len(), true);

0 commit comments

Comments
 (0)
0