aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check_template_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check_template_parser.c')
-rw-r--r--tests/check_template_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check_template_parser.c b/tests/check_template_parser.c
index d2d5e8d..9669638 100644
--- a/tests/check_template_parser.c
+++ b/tests/check_template_parser.c
@@ -761,7 +761,7 @@ test_template_parse_invalid_if_operand2(void **state)
assert_int_equal(err->type, BLOGC_ERROR_TEMPLATE_PARSER);
assert_string_equal(err->msg,
"Found an open double-quoted string.\n"
- "Error occurred near line 1, position 31: "
+ "Error occurred near line 1, position 32: "
"{% block entry %}{% if BOLA == \"asd %}");
blogc_error_free(err);
}