summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2018-01-08 14:33:39 +0100
committerGitHub <noreply@github.com>2018-01-08 14:33:39 +0100
commitd4bd0d02fb7ea076e9431123445d76638c7b76ad (patch)
tree0e146ab9474b47dc865c63480618cd57ab466d89 /tests
parent2e28606635495f903a3f24cdf1c248e60e802866 (diff)
parent3b1ee8e7e7e9d01190d906ae5af6d3dd7dbd9a63 (diff)
downloadirssi-d4bd0d02fb7ea076e9431123445d76638c7b76ad.zip
Merge pull request #807 from ailin-nemui/fix-real-length-test
fix format_real_length expected test result
Diffstat (limited to 'tests')
-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 08d706ac..aee5a219 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 },
},
};