summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2018-01-08 13:47:25 +0100
committerailin-nemui <ailin-nemui@users.noreply.github.com>2018-01-08 13:47:25 +0100
commit3b1ee8e7e7e9d01190d906ae5af6d3dd7dbd9a63 (patch)
treef62c5274fa429ab891f8c05de6ff5fe3bf2f3fa7
parenta6663c58d4364c371e82d718f0ed5460df6d8b36 (diff)
downloadirssi-3b1ee8e7e7e9d01190d906ae5af6d3dd7dbd9a63.zip
change expected format_real_length test result
This change from 0 -> 4 was introduced by #697 and is thus expected
-rw-r--r--tests/fe-common/core/test-formats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fe-common/core/test-formats.c b/tests/fe-common/core/test-formats.c
index 9ef23fd6..b3b15886 100644
--- a/tests/fe-common/core/test-formats.c
+++ b/tests/fe-common/core/test-formats.c
@@ -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 },
},
};