From c23d58aaec79938f29cdac8336d4dcd46cc346ab Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 3 Jul 2016 06:07:22 +0200 Subject: template-parser: minor fix --- tests/check_template_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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); } -- cgit v1.2.3-18-g5258