libfyaml icon indicating copy to clipboard operation
libfyaml copied to clipboard

1 test fails: FAIL: testsuite-json.test 256 UGM3 - Spec Example 2.27. Invoice (JSON)

Open yurivict opened this issue 6 months ago • 1 comments

--- /tmp/tmp.kQmJPzbvF2 2024-01-05 01:14:36.804055000 -0800
+++ /tmp/tmp.kgsSSditcM 2024-01-05 01:14:36.809573000 -0800 
@@ -15,13 +15,13 @@
   "product": [
     {
       "description": "Basketball", 
-      "price": 450.00,
+      "price": 450,
       "quantity": 4,
       "sku": "BL394D"
     },
     {
       "description": "Super Hoop",
-      "price": 2392.00,
+      "price": 2392, 
       "quantity": 1,
       "sku": "BL4438H"
     }
not ok 256 UGM3 - Spec Example 2.27. Invoice (JSON)
FAIL: testsuite-json.test 256 UGM3 - Spec Example 2.27. Invoice (JSON)

Version: 0.9 FreeBSD 14.0

yurivict avatar Jan 05 '24 09:01 yurivict