]> Kevux Git Server - fll/commitdiff
Regression: Do not change version number in f_iki unit test for the example fake...
authorKevin Day <kevin@kevux.org>
Fri, 8 Mar 2024 04:36:23 +0000 (22:36 -0600)
committerKevin Day <kevin@kevux.org>
Fri, 8 Mar 2024 04:38:09 +0000 (22:38 -0600)
The string has a set length and so do not change that value.

level_0/f_iki/tests/unit/c/test-iki-read.c

index 0273e4c3929014ab37f803e62888b96d30320d7f..b249e79366a0ea40e5fa40ef76f6c6c302fdd501 100644 (file)
@@ -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&parameter=yyy%20' end.", 0, 72),
-    macro_f_string_static_t_initialize("url:\"https://localhost/fake-0.6.10.tar.gz?query=xx&parameter=yyy%20\" end.", 0, 72),
+    macro_f_string_static_t_initialize("url:'https://localhost/fake-0.6.9.tar.gz?query=xx&parameter=yyy%20' end.", 0, 72),
+    macro_f_string_static_t_initialize("url:\"https://localhost/fake-0.6.9.tar.gz?query=xx&parameter=yyy%20\" end.", 0, 72),
   };
 
   const f_array_length_t matches[] = {