mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02:00
change expected format_real_length test result
This change from 0 -> 4 was introduced by #697 and is thus expected
This commit is contained in:
parent
a6663c58d4
commit
3b1ee8e7e7
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ format_real_length_test_case const format_real_length_fixtures[] = {
|
||||||
{
|
{
|
||||||
.description = "",
|
.description = "",
|
||||||
.input = "%4%w ",
|
.input = "%4%w ",
|
||||||
.result = { 0, 5, 5, -1 },
|
.result = { 4, 5, 5, -1 },
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue