From: Kevin Day Date: Fri, 8 Mar 2024 04:36:23 +0000 (-0600) Subject: Regression: Do not change version number in f_iki unit test for the example fake... X-Git-Tag: 0.6.10~21 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=dd2c088e8a3267b2b9ab2e1e9e1704997475812e;p=fll Regression: Do not change version number in f_iki unit test for the example fake file. The string has a set length and so do not change that value. --- diff --git a/level_0/f_iki/tests/unit/c/test-iki-read.c b/level_0/f_iki/tests/unit/c/test-iki-read.c index 0273e4c..b249e79 100644 --- a/level_0/f_iki/tests/unit/c/test-iki-read.c +++ b/level_0/f_iki/tests/unit/c/test-iki-read.c @@ -108,8 +108,8 @@ void test__f_iki_read__works(void **state) { macro_f_string_static_t_initialize("IKI Content:\"May have spaces\\\" and quotes.\"", 0, 43), macro_f_string_static_t_initialize("IKI Content:'May have spaces\\' and\" quotes.'", 0, 44), macro_f_string_static_t_initialize("IKI Content:\"May have spaces\\\" and' quotes.\"", 0, 44), - macro_f_string_static_t_initialize("url:'https://localhost/fake-0.6.10.tar.gz?query=xx¶meter=yyy%20' end.", 0, 72), - macro_f_string_static_t_initialize("url:\"https://localhost/fake-0.6.10.tar.gz?query=xx¶meter=yyy%20\" end.", 0, 72), + macro_f_string_static_t_initialize("url:'https://localhost/fake-0.6.9.tar.gz?query=xx¶meter=yyy%20' end.", 0, 72), + macro_f_string_static_t_initialize("url:\"https://localhost/fake-0.6.9.tar.gz?query=xx¶meter=yyy%20\" end.", 0, 72), }; const f_array_length_t matches[] = {