From dd2c088e8a3267b2b9ab2e1e9e1704997475812e Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Thu, 7 Mar 2024 22:36:23 -0600 Subject: [PATCH] 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. --- level_0/f_iki/tests/unit/c/test-iki-read.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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[] = { -- 1.8.3.1