Skip to content

Commit 000000d

Browse files
committed
fix: rename utf8 intraline regression test
Rename the regression test to test_utf8_intraline_diff_no_panic so it matches the PR description and stays easy to search when debugging similar UTF-8 intraline diff issues. 02-0033b485
1 parent 000000b commit 000000d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ fn test_differ_restore() {
134134
}
135135

136136
#[test]
137-
fn test_differ_compare_utf8() {
137+
fn test_utf8_intraline_diff_no_panic() {
138138
let first_text = vec!["\tcrab 🦀\n"];
139139
let second_text = vec!["\tcrab 🦞\n"];
140140
let differ = Differ::new();

0 commit comments

Comments
 (0)