1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-22 04:35:58 -04:00

Merge pull request #807 from ailin-nemui/fix-real-length-test

fix format_real_length expected test result
This commit is contained in:
ailin-nemui 2018-01-08 14:33:39 +01:00 committed by GitHub
commit d4bd0d02fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 },
},
};