mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-03 18:49:28 -05:00
check-spelling: add escaping to format string to pass spelling check
This commit is contained in:
parent
27746ab1c8
commit
ffd6a4fc61
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ static void test_time_parse(void)
|
|||
ret = knot_time_parse("+-#U", "-1h", &res);
|
||||
test_time_parse_expect(ret, res, knot_time() - 3600, "hour");
|
||||
|
||||
ret = knot_time_parse("+-#u'nths'|+-#u'nutes'", "+1minutes", &res);
|
||||
ret = knot_time_parse("+-#u\'nths\'|+-#u\'nutes\'", "+1minutes", &res);
|
||||
test_time_parse_expect(ret, res, knot_time() + 60, "minute");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue