]> www.git.momoyon.org Git - commonlib.git/commitdiff
[tests/string_view.c] Update expected output.
authorahmedsamyh <ahmedsamyh10@gmail.com>
Thu, 29 May 2025 15:45:49 +0000 (20:45 +0500)
committerahmedsamyh <ahmedsamyh10@gmail.com>
Thu, 29 May 2025 15:45:49 +0000 (20:45 +0500)
tests/.string_view.out.expected

index 985535beddf1122f7f0d28803c0cfc882079b982..2f9cbede0ade30f0c18b1bc89ad52c099b87d2db 100644 (file)
@@ -5,3 +5,12 @@
 Blah Blah2
 THis is the end'
 [INFO] cstr from sv: Hello Mister -> Hello Mister
+[INFO] int from sv: -39 -> -39 (len of int str: 3)
+[INFO] int from sv: 1337  junk -> 1337 (len of int str: 4)
+[INFO] int from sv: baka1337  junk -> 0 (len of int str: -1)
+[INFO] uint from sv: 1240 -> 1240 (len of uint str: 4)
+[INFO] uint from sv: 00000012312strin -> 12312 (len of uint str: 11)
+[INFO] uint from sv: burger 123123.23423  junk -> 0 (len of uint str: -1)
+[INFO] float from sv: -2342.045BLAH345 -> -2342.044922 (len of float str: 9)
+[INFO] float from sv: 1.013012312310f -> 1.013012 (len of float str: 14)
+[INFO] float from sv: T.013012312310f -> 0.000000 (len of float str: -1)