diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2018-01-08 13:47:25 +0100 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2018-01-08 13:47:25 +0100 |
commit | 3b1ee8e7e7e9d01190d906ae5af6d3dd7dbd9a63 (patch) | |
tree | f62c5274fa429ab891f8c05de6ff5fe3bf2f3fa7 /tests | |
parent | a6663c58d4364c371e82d718f0ed5460df6d8b36 (diff) | |
download | irssi-3b1ee8e7e7e9d01190d906ae5af6d3dd7dbd9a63.zip |
change expected format_real_length test result
This change from 0 -> 4 was introduced by #697 and is thus expected
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fe-common/core/test-formats.c | 2 |
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 }, }, }; |