mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Merge pull request #807 from ailin-nemui/fix-real-length-test
fix format_real_length expected test result
This commit is contained in:
commit
d4bd0d02fb
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ format_real_length_test_case const format_real_length_fixtures[] = {
|
|||
{
|
||||
.description = "",
|
||||
.input = "%4%w ",
|
||||
.result = { 0, 5, 5, -1 },
|
||||
.result = { 4, 5, 5, -1 },
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue