mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 03:47:51 +03:00
Improve Readability (#2639)
This commit is contained in:
parent
fc666db6b9
commit
ae12c58f0f
11 changed files with 15 additions and 15 deletions
|
@ -377,7 +377,7 @@ mod test {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn test_increment_basic_hexadedimal_numbers() {
|
||||
fn test_increment_basic_hexadecimal_numbers() {
|
||||
let tests = [
|
||||
("0x0100", 1, "0x0101"),
|
||||
("0x0100", -1, "0x00ff"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue