json-as 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (256) hide show
  1. package/CHANGELOG.md +417 -0
  2. package/README.md +96 -14
  3. package/assembly/deserialize/index/typedarray.ts +14 -0
  4. package/assembly/deserialize/simd/string.ts +3 -3
  5. package/assembly/deserialize/simple/string.ts +88 -2
  6. package/assembly/deserialize/swar/string.ts +8 -11
  7. package/assembly/index.ts +137 -181
  8. package/assembly/serialize/index/arbitrary.ts +5 -0
  9. package/assembly/serialize/index/typedarray.ts +65 -0
  10. package/assembly/serialize/simd/string.ts +3 -11
  11. package/assembly/serialize/simple/arbitrary.ts +6 -0
  12. package/assembly/serialize/simple/string.ts +3 -11
  13. package/assembly/serialize/swar/string.ts +3 -11
  14. package/assembly/util/swar.ts +49 -0
  15. package/lib/as-bs.ts +88 -69
  16. package/package.json +19 -1
  17. package/transform/lib/index.d.ts +1 -0
  18. package/transform/lib/index.d.ts.map +1 -1
  19. package/transform/lib/index.js +153 -32
  20. package/transform/lib/index.js.map +1 -1
  21. package/transform/lib/linkers/custom.d.ts.map +1 -1
  22. package/transform/lib/linkers/custom.js +7 -3
  23. package/transform/lib/linkers/custom.js.map +1 -1
  24. package/transform/lib/types.d.ts +2 -0
  25. package/transform/lib/types.d.ts.map +1 -1
  26. package/transform/lib/types.js +13 -0
  27. package/transform/lib/types.js.map +1 -1
  28. package/.as-test/coverage/naive/coverage.arbitrary.spec.ts.log.json +0 -5628
  29. package/.as-test/coverage/naive/coverage.array.spec.ts.log.json +0 -5187
  30. package/.as-test/coverage/naive/coverage.bool.spec.ts.log.json +0 -5187
  31. package/.as-test/coverage/naive/coverage.box.spec.ts.log.json +0 -5187
  32. package/.as-test/coverage/naive/coverage.custom.spec.ts.log.json +0 -5187
  33. package/.as-test/coverage/naive/coverage.date.spec.ts.log.json +0 -5187
  34. package/.as-test/coverage/naive/coverage.enum.spec.ts.log.json +0 -5187
  35. package/.as-test/coverage/naive/coverage.float.spec.ts.log.json +0 -5187
  36. package/.as-test/coverage/naive/coverage.generics.spec.ts.log.json +0 -5187
  37. package/.as-test/coverage/naive/coverage.hierarchy.spec.ts.log.json +0 -5187
  38. package/.as-test/coverage/naive/coverage.integer.spec.ts.log.json +0 -5187
  39. package/.as-test/coverage/naive/coverage.map.spec.ts.log.json +0 -5187
  40. package/.as-test/coverage/naive/coverage.namespace.spec.ts.log.json +0 -5187
  41. package/.as-test/coverage/naive/coverage.null.spec.ts.log.json +0 -5187
  42. package/.as-test/coverage/naive/coverage.raw.spec.ts.log.json +0 -5187
  43. package/.as-test/coverage/naive/coverage.resolving.spec.ts.log.json +0 -5628
  44. package/.as-test/coverage/naive/coverage.set.spec.ts.log.json +0 -5187
  45. package/.as-test/coverage/naive/coverage.staticarray.spec.ts.log.json +0 -5187
  46. package/.as-test/coverage/naive/coverage.string.spec.ts.log.json +0 -5187
  47. package/.as-test/coverage/naive/coverage.struct.spec.ts.log.json +0 -5187
  48. package/.as-test/coverage/naive/coverage.types.spec.ts.log.json +0 -5187
  49. package/.as-test/coverage/simd/coverage.arbitrary.spec.ts.log.json +0 -5628
  50. package/.as-test/coverage/simd/coverage.array.spec.ts.log.json +0 -5187
  51. package/.as-test/coverage/simd/coverage.bool.spec.ts.log.json +0 -5187
  52. package/.as-test/coverage/simd/coverage.box.spec.ts.log.json +0 -5187
  53. package/.as-test/coverage/simd/coverage.custom.spec.ts.log.json +0 -5187
  54. package/.as-test/coverage/simd/coverage.date.spec.ts.log.json +0 -5187
  55. package/.as-test/coverage/simd/coverage.enum.spec.ts.log.json +0 -5187
  56. package/.as-test/coverage/simd/coverage.float.spec.ts.log.json +0 -5187
  57. package/.as-test/coverage/simd/coverage.generics.spec.ts.log.json +0 -5187
  58. package/.as-test/coverage/simd/coverage.hierarchy.spec.ts.log.json +0 -5187
  59. package/.as-test/coverage/simd/coverage.integer.spec.ts.log.json +0 -5187
  60. package/.as-test/coverage/simd/coverage.map.spec.ts.log.json +0 -5187
  61. package/.as-test/coverage/simd/coverage.namespace.spec.ts.log.json +0 -5187
  62. package/.as-test/coverage/simd/coverage.null.spec.ts.log.json +0 -5187
  63. package/.as-test/coverage/simd/coverage.raw.spec.ts.log.json +0 -5187
  64. package/.as-test/coverage/simd/coverage.resolving.spec.ts.log.json +0 -5628
  65. package/.as-test/coverage/simd/coverage.set.spec.ts.log.json +0 -5187
  66. package/.as-test/coverage/simd/coverage.staticarray.spec.ts.log.json +0 -5187
  67. package/.as-test/coverage/simd/coverage.string.spec.ts.log.json +0 -5187
  68. package/.as-test/coverage/simd/coverage.struct.spec.ts.log.json +0 -5187
  69. package/.as-test/coverage/simd/coverage.types.spec.ts.log.json +0 -5187
  70. package/.as-test/coverage/swar/coverage.arbitrary.spec.ts.log.json +0 -5628
  71. package/.as-test/coverage/swar/coverage.array.spec.ts.log.json +0 -5187
  72. package/.as-test/coverage/swar/coverage.bool.spec.ts.log.json +0 -5187
  73. package/.as-test/coverage/swar/coverage.box.spec.ts.log.json +0 -5187
  74. package/.as-test/coverage/swar/coverage.custom.spec.ts.log.json +0 -5187
  75. package/.as-test/coverage/swar/coverage.date.spec.ts.log.json +0 -5187
  76. package/.as-test/coverage/swar/coverage.enum.spec.ts.log.json +0 -5187
  77. package/.as-test/coverage/swar/coverage.float.spec.ts.log.json +0 -5187
  78. package/.as-test/coverage/swar/coverage.generics.spec.ts.log.json +0 -5187
  79. package/.as-test/coverage/swar/coverage.hierarchy.spec.ts.log.json +0 -5187
  80. package/.as-test/coverage/swar/coverage.integer.spec.ts.log.json +0 -5187
  81. package/.as-test/coverage/swar/coverage.map.spec.ts.log.json +0 -5187
  82. package/.as-test/coverage/swar/coverage.namespace.spec.ts.log.json +0 -5187
  83. package/.as-test/coverage/swar/coverage.null.spec.ts.log.json +0 -5187
  84. package/.as-test/coverage/swar/coverage.raw.spec.ts.log.json +0 -5187
  85. package/.as-test/coverage/swar/coverage.resolving.spec.ts.log.json +0 -5628
  86. package/.as-test/coverage/swar/coverage.set.spec.ts.log.json +0 -5187
  87. package/.as-test/coverage/swar/coverage.staticarray.spec.ts.log.json +0 -5187
  88. package/.as-test/coverage/swar/coverage.string.spec.ts.log.json +0 -5187
  89. package/.as-test/coverage/swar/coverage.struct.spec.ts.log.json +0 -5187
  90. package/.as-test/coverage/swar/coverage.types.spec.ts.log.json +0 -5187
  91. package/.as-test/logs/naive/run.arbitrary.spec.ts.log.json +0 -943
  92. package/.as-test/logs/naive/run.array.spec.ts.log.json +0 -1053
  93. package/.as-test/logs/naive/run.bool.spec.ts.log.json +0 -257
  94. package/.as-test/logs/naive/run.box.spec.ts.log.json +0 -353
  95. package/.as-test/logs/naive/run.custom.spec.ts.log.json +0 -309
  96. package/.as-test/logs/naive/run.date.spec.ts.log.json +0 -397
  97. package/.as-test/logs/naive/run.enum.spec.ts.log.json +0 -343
  98. package/.as-test/logs/naive/run.float.spec.ts.log.json +0 -453
  99. package/.as-test/logs/naive/run.generics.spec.ts.log.json +0 -393
  100. package/.as-test/logs/naive/run.hierarchy.spec.ts.log.json +0 -325
  101. package/.as-test/logs/naive/run.integer.spec.ts.log.json +0 -373
  102. package/.as-test/logs/naive/run.map.spec.ts.log.json +0 -247
  103. package/.as-test/logs/naive/run.namespace.spec.ts.log.json +0 -361
  104. package/.as-test/logs/naive/run.null.spec.ts.log.json +0 -273
  105. package/.as-test/logs/naive/run.raw.spec.ts.log.json +0 -309
  106. package/.as-test/logs/naive/run.resolving.spec.ts.log.json +0 -273
  107. package/.as-test/logs/naive/run.set.spec.ts.log.json +0 -733
  108. package/.as-test/logs/naive/run.staticarray.spec.ts.log.json +0 -931
  109. package/.as-test/logs/naive/run.string.spec.ts.log.json +0 -2289
  110. package/.as-test/logs/naive/run.struct.spec.ts.log.json +0 -523
  111. package/.as-test/logs/naive/run.types.spec.ts.log.json +0 -273
  112. package/.as-test/logs/naive/test.arbitrary.spec.ts.log.json +0 -943
  113. package/.as-test/logs/naive/test.array.spec.ts.log.json +0 -1053
  114. package/.as-test/logs/naive/test.bool.spec.ts.log.json +0 -257
  115. package/.as-test/logs/naive/test.box.spec.ts.log.json +0 -353
  116. package/.as-test/logs/naive/test.custom.spec.ts.log.json +0 -309
  117. package/.as-test/logs/naive/test.date.spec.ts.log.json +0 -397
  118. package/.as-test/logs/naive/test.enum.spec.ts.log.json +0 -343
  119. package/.as-test/logs/naive/test.float.spec.ts.log.json +0 -453
  120. package/.as-test/logs/naive/test.generics.spec.ts.log.json +0 -393
  121. package/.as-test/logs/naive/test.hierarchy.spec.ts.log.json +0 -325
  122. package/.as-test/logs/naive/test.integer.spec.ts.log.json +0 -373
  123. package/.as-test/logs/naive/test.log.json +0 -2289
  124. package/.as-test/logs/naive/test.map.spec.ts.log.json +0 -247
  125. package/.as-test/logs/naive/test.namespace.spec.ts.log.json +0 -361
  126. package/.as-test/logs/naive/test.null.spec.ts.log.json +0 -273
  127. package/.as-test/logs/naive/test.raw.spec.ts.log.json +0 -309
  128. package/.as-test/logs/naive/test.resolving.spec.ts.log.json +0 -273
  129. package/.as-test/logs/naive/test.set.spec.ts.log.json +0 -733
  130. package/.as-test/logs/naive/test.staticarray.spec.ts.log.json +0 -931
  131. package/.as-test/logs/naive/test.string.spec.ts.log.json +0 -2345
  132. package/.as-test/logs/naive/test.struct.spec.ts.log.json +0 -523
  133. package/.as-test/logs/naive/test.types.spec.ts.log.json +0 -273
  134. package/.as-test/logs/simd/run.arbitrary.spec.ts.log.json +0 -943
  135. package/.as-test/logs/simd/run.array.spec.ts.log.json +0 -1053
  136. package/.as-test/logs/simd/run.bool.spec.ts.log.json +0 -257
  137. package/.as-test/logs/simd/run.box.spec.ts.log.json +0 -353
  138. package/.as-test/logs/simd/run.custom.spec.ts.log.json +0 -309
  139. package/.as-test/logs/simd/run.date.spec.ts.log.json +0 -397
  140. package/.as-test/logs/simd/run.enum.spec.ts.log.json +0 -343
  141. package/.as-test/logs/simd/run.float.spec.ts.log.json +0 -453
  142. package/.as-test/logs/simd/run.generics.spec.ts.log.json +0 -393
  143. package/.as-test/logs/simd/run.hierarchy.spec.ts.log.json +0 -325
  144. package/.as-test/logs/simd/run.integer.spec.ts.log.json +0 -373
  145. package/.as-test/logs/simd/run.map.spec.ts.log.json +0 -247
  146. package/.as-test/logs/simd/run.namespace.spec.ts.log.json +0 -361
  147. package/.as-test/logs/simd/run.null.spec.ts.log.json +0 -273
  148. package/.as-test/logs/simd/run.raw.spec.ts.log.json +0 -309
  149. package/.as-test/logs/simd/run.resolving.spec.ts.log.json +0 -273
  150. package/.as-test/logs/simd/run.set.spec.ts.log.json +0 -733
  151. package/.as-test/logs/simd/run.staticarray.spec.ts.log.json +0 -931
  152. package/.as-test/logs/simd/run.string.spec.ts.log.json +0 -2289
  153. package/.as-test/logs/simd/run.struct.spec.ts.log.json +0 -523
  154. package/.as-test/logs/simd/run.types.spec.ts.log.json +0 -273
  155. package/.as-test/logs/simd/test.arbitrary.spec.ts.log.json +0 -943
  156. package/.as-test/logs/simd/test.array.spec.ts.log.json +0 -1053
  157. package/.as-test/logs/simd/test.bool.spec.ts.log.json +0 -257
  158. package/.as-test/logs/simd/test.box.spec.ts.log.json +0 -353
  159. package/.as-test/logs/simd/test.custom.spec.ts.log.json +0 -309
  160. package/.as-test/logs/simd/test.date.spec.ts.log.json +0 -397
  161. package/.as-test/logs/simd/test.enum.spec.ts.log.json +0 -343
  162. package/.as-test/logs/simd/test.float.spec.ts.log.json +0 -453
  163. package/.as-test/logs/simd/test.generics.spec.ts.log.json +0 -393
  164. package/.as-test/logs/simd/test.hierarchy.spec.ts.log.json +0 -325
  165. package/.as-test/logs/simd/test.integer.spec.ts.log.json +0 -373
  166. package/.as-test/logs/simd/test.log.json +0 -11371
  167. package/.as-test/logs/simd/test.map.spec.ts.log.json +0 -247
  168. package/.as-test/logs/simd/test.namespace.spec.ts.log.json +0 -361
  169. package/.as-test/logs/simd/test.null.spec.ts.log.json +0 -273
  170. package/.as-test/logs/simd/test.raw.spec.ts.log.json +0 -309
  171. package/.as-test/logs/simd/test.resolving.spec.ts.log.json +0 -273
  172. package/.as-test/logs/simd/test.set.spec.ts.log.json +0 -733
  173. package/.as-test/logs/simd/test.staticarray.spec.ts.log.json +0 -931
  174. package/.as-test/logs/simd/test.string.spec.ts.log.json +0 -2345
  175. package/.as-test/logs/simd/test.struct.spec.ts.log.json +0 -523
  176. package/.as-test/logs/simd/test.types.spec.ts.log.json +0 -273
  177. package/.as-test/logs/swar/run.arbitrary.spec.ts.log.json +0 -943
  178. package/.as-test/logs/swar/run.array.spec.ts.log.json +0 -1053
  179. package/.as-test/logs/swar/run.bool.spec.ts.log.json +0 -257
  180. package/.as-test/logs/swar/run.box.spec.ts.log.json +0 -353
  181. package/.as-test/logs/swar/run.custom.spec.ts.log.json +0 -309
  182. package/.as-test/logs/swar/run.date.spec.ts.log.json +0 -397
  183. package/.as-test/logs/swar/run.enum.spec.ts.log.json +0 -343
  184. package/.as-test/logs/swar/run.float.spec.ts.log.json +0 -453
  185. package/.as-test/logs/swar/run.generics.spec.ts.log.json +0 -393
  186. package/.as-test/logs/swar/run.hierarchy.spec.ts.log.json +0 -325
  187. package/.as-test/logs/swar/run.integer.spec.ts.log.json +0 -373
  188. package/.as-test/logs/swar/run.map.spec.ts.log.json +0 -247
  189. package/.as-test/logs/swar/run.namespace.spec.ts.log.json +0 -361
  190. package/.as-test/logs/swar/run.null.spec.ts.log.json +0 -273
  191. package/.as-test/logs/swar/run.raw.spec.ts.log.json +0 -309
  192. package/.as-test/logs/swar/run.resolving.spec.ts.log.json +0 -273
  193. package/.as-test/logs/swar/run.set.spec.ts.log.json +0 -733
  194. package/.as-test/logs/swar/run.staticarray.spec.ts.log.json +0 -931
  195. package/.as-test/logs/swar/run.string.spec.ts.log.json +0 -2289
  196. package/.as-test/logs/swar/run.struct.spec.ts.log.json +0 -523
  197. package/.as-test/logs/swar/run.types.spec.ts.log.json +0 -273
  198. package/.as-test/logs/swar/test.arbitrary.spec.ts.log.json +0 -943
  199. package/.as-test/logs/swar/test.array.spec.ts.log.json +0 -1053
  200. package/.as-test/logs/swar/test.bool.spec.ts.log.json +0 -257
  201. package/.as-test/logs/swar/test.box.spec.ts.log.json +0 -353
  202. package/.as-test/logs/swar/test.custom.spec.ts.log.json +0 -309
  203. package/.as-test/logs/swar/test.date.spec.ts.log.json +0 -397
  204. package/.as-test/logs/swar/test.enum.spec.ts.log.json +0 -343
  205. package/.as-test/logs/swar/test.float.spec.ts.log.json +0 -453
  206. package/.as-test/logs/swar/test.generics.spec.ts.log.json +0 -393
  207. package/.as-test/logs/swar/test.hierarchy.spec.ts.log.json +0 -325
  208. package/.as-test/logs/swar/test.integer.spec.ts.log.json +0 -373
  209. package/.as-test/logs/swar/test.log.json +0 -11371
  210. package/.as-test/logs/swar/test.map.spec.ts.log.json +0 -247
  211. package/.as-test/logs/swar/test.namespace.spec.ts.log.json +0 -361
  212. package/.as-test/logs/swar/test.null.spec.ts.log.json +0 -273
  213. package/.as-test/logs/swar/test.raw.spec.ts.log.json +0 -309
  214. package/.as-test/logs/swar/test.resolving.spec.ts.log.json +0 -273
  215. package/.as-test/logs/swar/test.set.spec.ts.log.json +0 -733
  216. package/.as-test/logs/swar/test.staticarray.spec.ts.log.json +0 -931
  217. package/.as-test/logs/swar/test.string.spec.ts.log.json +0 -2345
  218. package/.as-test/logs/swar/test.struct.spec.ts.log.json +0 -523
  219. package/.as-test/logs/swar/test.types.spec.ts.log.json +0 -273
  220. package/.as-test/logs/test.arbitrary.spec.ts.log.json +0 -943
  221. package/.as-test/logs/test.array.spec.ts.log.json +0 -1053
  222. package/.as-test/logs/test.bool.spec.ts.log.json +0 -257
  223. package/.as-test/logs/test.box.spec.ts.log.json +0 -353
  224. package/.as-test/logs/test.custom.spec.ts.log.json +0 -309
  225. package/.as-test/logs/test.date.spec.ts.log.json +0 -397
  226. package/.as-test/logs/test.enum.spec.ts.log.json +0 -343
  227. package/.as-test/logs/test.float.spec.ts.log.json +0 -453
  228. package/.as-test/logs/test.generics.spec.ts.log.json +0 -393
  229. package/.as-test/logs/test.hierarchy.spec.ts.log.json +0 -325
  230. package/.as-test/logs/test.integer.spec.ts.log.json +0 -373
  231. package/.as-test/logs/test.log.json +0 -11371
  232. package/.as-test/logs/test.map.spec.ts.log.json +0 -247
  233. package/.as-test/logs/test.namespace.spec.ts.log.json +0 -361
  234. package/.as-test/logs/test.null.spec.ts.log.json +0 -273
  235. package/.as-test/logs/test.raw.spec.ts.log.json +0 -309
  236. package/.as-test/logs/test.resolving.spec.ts.log.json +0 -273
  237. package/.as-test/logs/test.set.spec.ts.log.json +0 -733
  238. package/.as-test/logs/test.staticarray.spec.ts.log.json +0 -931
  239. package/.as-test/logs/test.string.spec.ts.log.json +0 -2289
  240. package/.as-test/logs/test.struct.spec.ts.log.json +0 -523
  241. package/.as-test/logs/test.types.spec.ts.log.json +0 -273
  242. package/.as-test/runners/default.bindings.js +0 -68
  243. package/.as-test/runners/default.wasi.js +0 -38
  244. package/ARCHITECTURE.md +0 -323
  245. package/CONTRIBUTING.md +0 -244
  246. package/TODO +0 -1
  247. package/as-test.config.json +0 -40
  248. package/assembly/test.ts +0 -24
  249. package/eslint.config.js +0 -68
  250. package/lib/tsconfig.json +0 -8
  251. package/test.ts +0 -99
  252. package/tools/assemblyscript-eslint-local.js +0 -6
  253. package/tools/assemblyscript-eslint.js +0 -53
  254. package/tools/assemblyscript-prettier-plugin.js +0 -33
  255. package/tools/replacer.js +0 -63
  256. package/transform/tsconfig.json +0 -35
@@ -1,1053 +0,0 @@
1
- [
2
- {
3
- "file": "assembly/__tests__/array.spec.ts",
4
- "suites": [
5
- {
6
- "file": "array.spec.ts",
7
- "order": 4,
8
- "time": {
9
- "start": 1.176317,
10
- "end": 1.318268
11
- },
12
- "description": "Should serialize integer arrays",
13
- "depth": 0,
14
- "suites": [],
15
- "tests": [
16
- {
17
- "order": 0,
18
- "type": "",
19
- "verdict": "ok",
20
- "left": "[0,100,101]",
21
- "right": "[0,100,101]",
22
- "instr": "toBe",
23
- "message": "",
24
- "location": "5:3"
25
- },
26
- {
27
- "order": 1,
28
- "type": "",
29
- "verdict": "ok",
30
- "left": "[0,100,101]",
31
- "right": "[0,100,101]",
32
- "instr": "toBe",
33
- "message": "",
34
- "location": "7:3"
35
- },
36
- {
37
- "order": 2,
38
- "type": "",
39
- "verdict": "ok",
40
- "left": "[0,100,101,-100,-101]",
41
- "right": "[0,100,101,-100,-101]",
42
- "instr": "toBe",
43
- "message": "",
44
- "location": "9:3"
45
- },
46
- {
47
- "order": 3,
48
- "type": "",
49
- "verdict": "ok",
50
- "left": "[0,100,101,-100,-101]",
51
- "right": "[0,100,101,-100,-101]",
52
- "instr": "toBe",
53
- "message": "",
54
- "location": "11:3"
55
- }
56
- ],
57
- "logs": [],
58
- "kind": "describe",
59
- "verdict": "ok"
60
- },
61
- {
62
- "file": "array.spec.ts",
63
- "order": 2,
64
- "time": {
65
- "start": 1.356329,
66
- "end": 1.488555
67
- },
68
- "description": "Should serialize float arrays",
69
- "depth": 0,
70
- "suites": [],
71
- "tests": [
72
- {
73
- "order": 0,
74
- "type": "",
75
- "verdict": "ok",
76
- "left": "[7.23,1000.0,1000.0,1.23456,1.23456,0.0,7.23]",
77
- "right": "[7.23,1000.0,1000.0,1.23456,1.23456,0.0,7.23]",
78
- "instr": "toBe",
79
- "message": "",
80
- "location": "15:3"
81
- },
82
- {
83
- "order": 1,
84
- "type": "",
85
- "verdict": "ok",
86
- "left": "[1e+21,1e+22,1e-7,1e-8,1e-9]",
87
- "right": "[1e+21,1e+22,1e-7,1e-8,1e-9]",
88
- "instr": "toBe",
89
- "message": "",
90
- "location": "17:3"
91
- }
92
- ],
93
- "logs": [],
94
- "kind": "describe",
95
- "verdict": "ok"
96
- },
97
- {
98
- "file": "array.spec.ts",
99
- "order": 2,
100
- "time": {
101
- "start": 1.524354,
102
- "end": 1.595183
103
- },
104
- "description": "Should serialize boolean arrays",
105
- "depth": 0,
106
- "suites": [],
107
- "tests": [
108
- {
109
- "order": 0,
110
- "type": "",
111
- "verdict": "ok",
112
- "left": "[true,false]",
113
- "right": "[true,false]",
114
- "instr": "toBe",
115
- "message": "",
116
- "location": "21:3"
117
- },
118
- {
119
- "order": 1,
120
- "type": "",
121
- "verdict": "ok",
122
- "left": "[true,false]",
123
- "right": "[true,false]",
124
- "instr": "toBe",
125
- "message": "",
126
- "location": "23:3"
127
- }
128
- ],
129
- "logs": [],
130
- "kind": "describe",
131
- "verdict": "ok"
132
- },
133
- {
134
- "file": "array.spec.ts",
135
- "order": 1,
136
- "time": {
137
- "start": 1.63239,
138
- "end": 1.731048
139
- },
140
- "description": "Should serialize string arrays",
141
- "depth": 0,
142
- "suites": [],
143
- "tests": [
144
- {
145
- "order": 0,
146
- "type": "",
147
- "verdict": "ok",
148
- "left": "[\"string \\\"with random spa\\nces and \\nnewlines\\n\\n\\n\"]",
149
- "right": "[\"string \\\"with random spa\\nces and \\nnewlines\\n\\n\\n\"]",
150
- "instr": "toBe",
151
- "message": "",
152
- "location": "27:3"
153
- }
154
- ],
155
- "logs": [],
156
- "kind": "describe",
157
- "verdict": "ok"
158
- },
159
- {
160
- "file": "array.spec.ts",
161
- "order": 1,
162
- "time": {
163
- "start": 1.766571,
164
- "end": 1.848269
165
- },
166
- "description": "Should serialize nested integer arrays",
167
- "depth": 0,
168
- "suites": [],
169
- "tests": [
170
- {
171
- "order": 0,
172
- "type": "",
173
- "verdict": "ok",
174
- "left": "[[100,101],[-100,-101],[0]]",
175
- "right": "[[100,101],[-100,-101],[0]]",
176
- "instr": "toBe",
177
- "message": "",
178
- "location": "31:3"
179
- }
180
- ],
181
- "logs": [],
182
- "kind": "describe",
183
- "verdict": "ok"
184
- },
185
- {
186
- "file": "array.spec.ts",
187
- "order": 1,
188
- "time": {
189
- "start": 1.889,
190
- "end": 2.008405
191
- },
192
- "description": "Should serialize nested float arrays",
193
- "depth": 0,
194
- "suites": [],
195
- "tests": [
196
- {
197
- "order": 0,
198
- "type": "",
199
- "verdict": "ok",
200
- "left": "[[7.23],[1000.0],[1000.0],[1.23456],[1.23456],[0.0],[7.23]]",
201
- "right": "[[7.23],[1000.0],[1000.0],[1.23456],[1.23456],[0.0],[7.23]]",
202
- "instr": "toBe",
203
- "message": "",
204
- "location": "35:3"
205
- }
206
- ],
207
- "logs": [],
208
- "kind": "describe",
209
- "verdict": "ok"
210
- },
211
- {
212
- "file": "array.spec.ts",
213
- "order": 2,
214
- "time": {
215
- "start": 2.047332,
216
- "end": 2.132387
217
- },
218
- "description": "Should serialize nested boolean arrays",
219
- "depth": 0,
220
- "suites": [],
221
- "tests": [
222
- {
223
- "order": 0,
224
- "type": "",
225
- "verdict": "ok",
226
- "left": "[[true],[false]]",
227
- "right": "[[true],[false]]",
228
- "instr": "toBe",
229
- "message": "",
230
- "location": "39:3"
231
- },
232
- {
233
- "order": 1,
234
- "type": "",
235
- "verdict": "ok",
236
- "left": "[[true],[false]]",
237
- "right": "[[true],[false]]",
238
- "instr": "toBe",
239
- "message": "",
240
- "location": "41:3"
241
- }
242
- ],
243
- "logs": [],
244
- "kind": "describe",
245
- "verdict": "ok"
246
- },
247
- {
248
- "file": "array.spec.ts",
249
- "order": 1,
250
- "time": {
251
- "start": 2.173857,
252
- "end": 2.273399
253
- },
254
- "description": "Should serialize object arrays",
255
- "depth": 0,
256
- "suites": [],
257
- "tests": [
258
- {
259
- "order": 0,
260
- "type": "",
261
- "verdict": "ok",
262
- "left": "[{\"x\":3.4,\"y\":1.2,\"z\":8.3},{\"x\":3.4,\"y\":-2.1,\"z\":9.3}]",
263
- "right": "[{\"x\":3.4,\"y\":1.2,\"z\":8.3},{\"x\":3.4,\"y\":-2.1,\"z\":9.3}]",
264
- "instr": "toBe",
265
- "message": "",
266
- "location": "45:3"
267
- }
268
- ],
269
- "logs": [],
270
- "kind": "describe",
271
- "verdict": "ok"
272
- },
273
- {
274
- "file": "array.spec.ts",
275
- "order": 4,
276
- "time": {
277
- "start": 2.308346,
278
- "end": 2.43689
279
- },
280
- "description": "Should deserialize integer arrays",
281
- "depth": 0,
282
- "suites": [],
283
- "tests": [
284
- {
285
- "order": 0,
286
- "type": "",
287
- "verdict": "ok",
288
- "left": "[0,100,101]",
289
- "right": "[0,100,101]",
290
- "instr": "toBe",
291
- "message": "",
292
- "location": "62:3"
293
- },
294
- {
295
- "order": 1,
296
- "type": "",
297
- "verdict": "ok",
298
- "left": "[0,100,101]",
299
- "right": "[0,100,101]",
300
- "instr": "toBe",
301
- "message": "",
302
- "location": "63:3"
303
- },
304
- {
305
- "order": 2,
306
- "type": "",
307
- "verdict": "ok",
308
- "left": "[0,100,101,-100,-101]",
309
- "right": "[0,100,101,-100,-101]",
310
- "instr": "toBe",
311
- "message": "",
312
- "location": "64:3"
313
- },
314
- {
315
- "order": 3,
316
- "type": "",
317
- "verdict": "ok",
318
- "left": "[0,100,101,-100,-101]",
319
- "right": "[0,100,101,-100,-101]",
320
- "instr": "toBe",
321
- "message": "",
322
- "location": "65:3"
323
- }
324
- ],
325
- "logs": [],
326
- "kind": "describe",
327
- "verdict": "ok"
328
- },
329
- {
330
- "file": "array.spec.ts",
331
- "order": 2,
332
- "time": {
333
- "start": 2.476809,
334
- "end": 2.603819
335
- },
336
- "description": "Should deserialize float arrays",
337
- "depth": 0,
338
- "suites": [],
339
- "tests": [
340
- {
341
- "order": 0,
342
- "type": "",
343
- "verdict": "ok",
344
- "left": "[7.23,1000.0,1000.0,1.23456,1.23456,0.0,7.23]",
345
- "right": "[7.23,1000.0,1000.0,1.23456,1.23456,0.0,7.23]",
346
- "instr": "toBe",
347
- "message": "",
348
- "location": "69:3"
349
- },
350
- {
351
- "order": 1,
352
- "type": "",
353
- "verdict": "ok",
354
- "left": "[1e+21,1e+22,1e-7,1e-8,1e-9]",
355
- "right": "[1e+21,1e+22,1e-7,1e-8,1e-9]",
356
- "instr": "toBe",
357
- "message": "",
358
- "location": "70:3"
359
- }
360
- ],
361
- "logs": [],
362
- "kind": "describe",
363
- "verdict": "ok"
364
- },
365
- {
366
- "file": "array.spec.ts",
367
- "order": 2,
368
- "time": {
369
- "start": 2.64285,
370
- "end": 2.710511
371
- },
372
- "description": "Should deserialize boolean arrays",
373
- "depth": 0,
374
- "suites": [],
375
- "tests": [
376
- {
377
- "order": 0,
378
- "type": "",
379
- "verdict": "ok",
380
- "left": "[true,false]",
381
- "right": "[true,false]",
382
- "instr": "toBe",
383
- "message": "",
384
- "location": "74:3"
385
- },
386
- {
387
- "order": 1,
388
- "type": "",
389
- "verdict": "ok",
390
- "left": "[true,false]",
391
- "right": "[true,false]",
392
- "instr": "toBe",
393
- "message": "",
394
- "location": "75:3"
395
- }
396
- ],
397
- "logs": [],
398
- "kind": "describe",
399
- "verdict": "ok"
400
- },
401
- {
402
- "file": "array.spec.ts",
403
- "order": 1,
404
- "time": {
405
- "start": 2.749202,
406
- "end": 2.854211
407
- },
408
- "description": "Should deserialize string arrays",
409
- "depth": 0,
410
- "suites": [],
411
- "tests": [
412
- {
413
- "order": 0,
414
- "type": "",
415
- "verdict": "ok",
416
- "left": "[\"string \\\"with random spa\\nces and \\nnewlines\\n\\n\\n\"]",
417
- "right": "[\"string \\\"with random spa\\nces and \\nnewlines\\n\\n\\n\"]",
418
- "instr": "toBe",
419
- "message": "",
420
- "location": "79:3"
421
- }
422
- ],
423
- "logs": [],
424
- "kind": "describe",
425
- "verdict": "ok"
426
- },
427
- {
428
- "file": "array.spec.ts",
429
- "order": 1,
430
- "time": {
431
- "start": 2.892597,
432
- "end": 2.968256
433
- },
434
- "description": "Should deserialize nested integer arrays",
435
- "depth": 0,
436
- "suites": [],
437
- "tests": [
438
- {
439
- "order": 0,
440
- "type": "",
441
- "verdict": "ok",
442
- "left": "[[100,101],[-100,-101],[0]]",
443
- "right": "[[100,101],[-100,-101],[0]]",
444
- "instr": "toBe",
445
- "message": "",
446
- "location": "83:3"
447
- }
448
- ],
449
- "logs": [],
450
- "kind": "describe",
451
- "verdict": "ok"
452
- },
453
- {
454
- "file": "array.spec.ts",
455
- "order": 1,
456
- "time": {
457
- "start": 3.014828,
458
- "end": 3.135156
459
- },
460
- "description": "Should deserialize nested float arrays",
461
- "depth": 0,
462
- "suites": [],
463
- "tests": [
464
- {
465
- "order": 0,
466
- "type": "",
467
- "verdict": "ok",
468
- "left": "[[7.23],[1000.0],[1000.0],[1.23456],[1.23456],[0.0],[7.23]]",
469
- "right": "[[7.23],[1000.0],[1000.0],[1.23456],[1.23456],[0.0],[7.23]]",
470
- "instr": "toBe",
471
- "message": "",
472
- "location": "87:3"
473
- }
474
- ],
475
- "logs": [],
476
- "kind": "describe",
477
- "verdict": "ok"
478
- },
479
- {
480
- "file": "array.spec.ts",
481
- "order": 2,
482
- "time": {
483
- "start": 3.175591,
484
- "end": 3.268932
485
- },
486
- "description": "Should deserialize nested boolean arrays",
487
- "depth": 0,
488
- "suites": [],
489
- "tests": [
490
- {
491
- "order": 0,
492
- "type": "",
493
- "verdict": "ok",
494
- "left": "[[true],[false]]",
495
- "right": "[[true],[false]]",
496
- "instr": "toBe",
497
- "message": "",
498
- "location": "91:3"
499
- },
500
- {
501
- "order": 1,
502
- "type": "",
503
- "verdict": "ok",
504
- "left": "[[true],[false]]",
505
- "right": "[[true],[false]]",
506
- "instr": "toBe",
507
- "message": "",
508
- "location": "92:3"
509
- }
510
- ],
511
- "logs": [],
512
- "kind": "describe",
513
- "verdict": "ok"
514
- },
515
- {
516
- "file": "array.spec.ts",
517
- "order": 1,
518
- "time": {
519
- "start": 3.311565,
520
- "end": 3.412149
521
- },
522
- "description": "Should deserialize object arrays",
523
- "depth": 0,
524
- "suites": [],
525
- "tests": [
526
- {
527
- "order": 0,
528
- "type": "",
529
- "verdict": "ok",
530
- "left": "[{\"x\":3.4,\"y\":1.2,\"z\":8.3},{\"x\":3.4,\"y\":-2.1,\"z\":9.3}]",
531
- "right": "[{\"x\":3.4,\"y\":1.2,\"z\":8.3},{\"x\":3.4,\"y\":-2.1,\"z\":9.3}]",
532
- "instr": "toBe",
533
- "message": "",
534
- "location": "96:3"
535
- }
536
- ],
537
- "logs": [],
538
- "kind": "describe",
539
- "verdict": "ok"
540
- },
541
- {
542
- "file": "array.spec.ts",
543
- "order": 27,
544
- "time": {
545
- "start": 3.448377,
546
- "end": 3.822979
547
- },
548
- "description": "Should deserialize raw arrays",
549
- "depth": 0,
550
- "suites": [],
551
- "tests": [
552
- {
553
- "order": 0,
554
- "type": "",
555
- "verdict": "ok",
556
- "left": "{\"x\":3.4,\"y\":1.2,\"z\":8.3}",
557
- "right": "{\"x\":3.4,\"y\":1.2,\"z\":8.3}",
558
- "instr": "toBe",
559
- "message": "",
560
- "location": "101:3"
561
- },
562
- {
563
- "order": 1,
564
- "type": "",
565
- "verdict": "ok",
566
- "left": "{\"x\":3.4,\"y\":-2.1,\"z\":9.3}",
567
- "right": "{\"x\":3.4,\"y\":-2.1,\"z\":9.3}",
568
- "instr": "toBe",
569
- "message": "",
570
- "location": "102:3"
571
- },
572
- {
573
- "order": 2,
574
- "type": "",
575
- "verdict": "ok",
576
- "left": "{\"x\":3.4,\"y\":1.2,\"z\":8.3}",
577
- "right": "{\"x\":3.4,\"y\":1.2,\"z\":8.3}",
578
- "instr": "toBe",
579
- "message": "",
580
- "location": "105:3"
581
- },
582
- {
583
- "order": 3,
584
- "type": "",
585
- "verdict": "ok",
586
- "left": "{\"x\":3.4,\"y\":-2.1,\"z\":9.3}",
587
- "right": "{\"x\":3.4,\"y\":-2.1,\"z\":9.3}",
588
- "instr": "toBe",
589
- "message": "",
590
- "location": "106:3"
591
- },
592
- {
593
- "order": 4,
594
- "type": "",
595
- "verdict": "ok",
596
- "left": "{\"x\":0.1,\"y\":-7.3,\"z\":4.5}",
597
- "right": "{\"x\":0.1,\"y\":-7.3,\"z\":4.5}",
598
- "instr": "toBe",
599
- "message": "",
600
- "location": "107:3"
601
- },
602
- {
603
- "order": 5,
604
- "type": "",
605
- "verdict": "ok",
606
- "left": "1",
607
- "right": "1",
608
- "instr": "toBe",
609
- "message": "",
610
- "location": "110:3"
611
- },
612
- {
613
- "order": 6,
614
- "type": "",
615
- "verdict": "ok",
616
- "left": "2",
617
- "right": "2",
618
- "instr": "toBe",
619
- "message": "",
620
- "location": "111:3"
621
- },
622
- {
623
- "order": 7,
624
- "type": "",
625
- "verdict": "ok",
626
- "left": "3",
627
- "right": "3",
628
- "instr": "toBe",
629
- "message": "",
630
- "location": "112:3"
631
- },
632
- {
633
- "order": 8,
634
- "type": "",
635
- "verdict": "ok",
636
- "left": "4",
637
- "right": "4",
638
- "instr": "toBe",
639
- "message": "",
640
- "location": "113:3"
641
- },
642
- {
643
- "order": 9,
644
- "type": "",
645
- "verdict": "ok",
646
- "left": "5",
647
- "right": "5",
648
- "instr": "toBe",
649
- "message": "",
650
- "location": "114:3"
651
- },
652
- {
653
- "order": 10,
654
- "type": "",
655
- "verdict": "ok",
656
- "left": "1",
657
- "right": "1",
658
- "instr": "toBe",
659
- "message": "",
660
- "location": "117:3"
661
- },
662
- {
663
- "order": 11,
664
- "type": "",
665
- "verdict": "ok",
666
- "left": "2",
667
- "right": "2",
668
- "instr": "toBe",
669
- "message": "",
670
- "location": "118:3"
671
- },
672
- {
673
- "order": 12,
674
- "type": "",
675
- "verdict": "ok",
676
- "left": "3",
677
- "right": "3",
678
- "instr": "toBe",
679
- "message": "",
680
- "location": "119:3"
681
- },
682
- {
683
- "order": 13,
684
- "type": "",
685
- "verdict": "ok",
686
- "left": "4",
687
- "right": "4",
688
- "instr": "toBe",
689
- "message": "",
690
- "location": "120:3"
691
- },
692
- {
693
- "order": 14,
694
- "type": "",
695
- "verdict": "ok",
696
- "left": "5",
697
- "right": "5",
698
- "instr": "toBe",
699
- "message": "",
700
- "location": "121:3"
701
- },
702
- {
703
- "order": 15,
704
- "type": "",
705
- "verdict": "ok",
706
- "left": "6",
707
- "right": "6",
708
- "instr": "toBe",
709
- "message": "",
710
- "location": "123:3"
711
- },
712
- {
713
- "order": 16,
714
- "type": "",
715
- "verdict": "ok",
716
- "left": "7",
717
- "right": "7",
718
- "instr": "toBe",
719
- "message": "",
720
- "location": "124:3"
721
- },
722
- {
723
- "order": 17,
724
- "type": "",
725
- "verdict": "ok",
726
- "left": "8",
727
- "right": "8",
728
- "instr": "toBe",
729
- "message": "",
730
- "location": "125:3"
731
- },
732
- {
733
- "order": 18,
734
- "type": "",
735
- "verdict": "ok",
736
- "left": "9",
737
- "right": "9",
738
- "instr": "toBe",
739
- "message": "",
740
- "location": "126:3"
741
- },
742
- {
743
- "order": 19,
744
- "type": "",
745
- "verdict": "ok",
746
- "left": "10",
747
- "right": "10",
748
- "instr": "toBe",
749
- "message": "",
750
- "location": "127:3"
751
- },
752
- {
753
- "order": 20,
754
- "type": "",
755
- "verdict": "ok",
756
- "left": "{\"x\":3.4,\"y\":1.2,\"z\":8.3}",
757
- "right": "{\"x\":3.4,\"y\":1.2,\"z\":8.3}",
758
- "instr": "toBe",
759
- "message": "",
760
- "location": "130:3"
761
- },
762
- {
763
- "order": 21,
764
- "type": "",
765
- "verdict": "ok",
766
- "left": "[1,2,3,4,5]",
767
- "right": "[1,2,3,4,5]",
768
- "instr": "toBe",
769
- "message": "",
770
- "location": "131:3"
771
- },
772
- {
773
- "order": 22,
774
- "type": "",
775
- "verdict": "ok",
776
- "left": "\"12345\"",
777
- "right": "\"12345\"",
778
- "instr": "toBe",
779
- "message": "",
780
- "location": "132:3"
781
- },
782
- {
783
- "order": 23,
784
- "type": "",
785
- "verdict": "ok",
786
- "left": "true",
787
- "right": "true",
788
- "instr": "toBe",
789
- "message": "",
790
- "location": "133:3"
791
- },
792
- {
793
- "order": 24,
794
- "type": "",
795
- "verdict": "ok",
796
- "left": "false",
797
- "right": "false",
798
- "instr": "toBe",
799
- "message": "",
800
- "location": "134:3"
801
- },
802
- {
803
- "order": 25,
804
- "type": "",
805
- "verdict": "ok",
806
- "left": "null",
807
- "right": "null",
808
- "instr": "toBe",
809
- "message": "",
810
- "location": "135:3"
811
- },
812
- {
813
- "order": 26,
814
- "type": "",
815
- "verdict": "ok",
816
- "left": "[[]]",
817
- "right": "[[]]",
818
- "instr": "toBe",
819
- "message": "",
820
- "location": "136:3"
821
- }
822
- ],
823
- "logs": [],
824
- "kind": "describe",
825
- "verdict": "ok"
826
- },
827
- {
828
- "file": "array.spec.ts",
829
- "order": 6,
830
- "time": {
831
- "start": 3.860746,
832
- "end": 3.98792
833
- },
834
- "description": "Additional regression coverage - primitives and arrays",
835
- "depth": 0,
836
- "suites": [],
837
- "tests": [
838
- {
839
- "order": 0,
840
- "type": "",
841
- "verdict": "ok",
842
- "left": "\"regression\"",
843
- "right": "\"regression\"",
844
- "instr": "toBe",
845
- "message": "",
846
- "location": "148:3"
847
- },
848
- {
849
- "order": 1,
850
- "type": "",
851
- "verdict": "ok",
852
- "left": "-42",
853
- "right": "-42",
854
- "instr": "toBe",
855
- "message": "",
856
- "location": "149:3"
857
- },
858
- {
859
- "order": 2,
860
- "type": "",
861
- "verdict": "ok",
862
- "left": "false",
863
- "right": "false",
864
- "instr": "toBe",
865
- "message": "",
866
- "location": "150:3"
867
- },
868
- {
869
- "order": 3,
870
- "type": "",
871
- "verdict": "ok",
872
- "left": "3.5",
873
- "right": "3.5",
874
- "instr": "toBe",
875
- "message": "",
876
- "location": "151:3"
877
- },
878
- {
879
- "order": 4,
880
- "type": "",
881
- "verdict": "ok",
882
- "left": "[1,2,3,4]",
883
- "right": "[1,2,3,4]",
884
- "instr": "toBe",
885
- "message": "",
886
- "location": "152:3"
887
- },
888
- {
889
- "order": 5,
890
- "type": "",
891
- "verdict": "ok",
892
- "left": "[\"a\",\"b\",\"c\"]",
893
- "right": "[\"a\",\"b\",\"c\"]",
894
- "instr": "toBe",
895
- "message": "",
896
- "location": "153:3"
897
- }
898
- ],
899
- "logs": [],
900
- "kind": "describe",
901
- "verdict": "ok"
902
- },
903
- {
904
- "file": "array.spec.ts",
905
- "order": 3,
906
- "time": {
907
- "start": 4.039524,
908
- "end": 4.10212
909
- },
910
- "description": "Should serialize and deserialize empty arrays",
911
- "depth": 0,
912
- "suites": [],
913
- "tests": [
914
- {
915
- "order": 0,
916
- "type": "",
917
- "verdict": "ok",
918
- "left": "[]",
919
- "right": "[]",
920
- "instr": "toBe",
921
- "message": "",
922
- "location": "157:3"
923
- },
924
- {
925
- "order": 1,
926
- "type": "",
927
- "verdict": "ok",
928
- "left": "[]",
929
- "right": "[]",
930
- "instr": "toBe",
931
- "message": "",
932
- "location": "158:3"
933
- },
934
- {
935
- "order": 2,
936
- "type": "",
937
- "verdict": "ok",
938
- "left": "[]",
939
- "right": "[]",
940
- "instr": "toBe",
941
- "message": "",
942
- "location": "159:3"
943
- }
944
- ],
945
- "logs": [],
946
- "kind": "describe",
947
- "verdict": "ok"
948
- },
949
- {
950
- "file": "array.spec.ts",
951
- "order": 2,
952
- "time": {
953
- "start": 4.145743,
954
- "end": 4.253287
955
- },
956
- "description": "Should handle additional array shapes",
957
- "depth": 0,
958
- "suites": [],
959
- "tests": [
960
- {
961
- "order": 0,
962
- "type": "",
963
- "verdict": "ok",
964
- "left": "[-1,0,1,2147483647,-2147483648]",
965
- "right": "[-1,0,1,2147483647,-2147483648]",
966
- "instr": "toBe",
967
- "message": "",
968
- "location": "163:3"
969
- },
970
- {
971
- "order": 1,
972
- "type": "",
973
- "verdict": "ok",
974
- "left": "[[],[\"x\"],[\"y\",\"z\"]]",
975
- "right": "[[],[\"x\"],[\"y\",\"z\"]]",
976
- "instr": "toBe",
977
- "message": "",
978
- "location": "164:3"
979
- }
980
- ],
981
- "logs": [],
982
- "kind": "describe",
983
- "verdict": "ok"
984
- },
985
- {
986
- "file": "array.spec.ts",
987
- "order": 5,
988
- "time": {
989
- "start": 4.292709,
990
- "end": 4.408539
991
- },
992
- "description": "Extended regression coverage - nested and escaped payloads",
993
- "depth": 0,
994
- "suites": [],
995
- "tests": [
996
- {
997
- "order": 0,
998
- "type": "",
999
- "verdict": "ok",
1000
- "left": "0",
1001
- "right": "0",
1002
- "instr": "toBe",
1003
- "message": "",
1004
- "location": "168:3"
1005
- },
1006
- {
1007
- "order": 1,
1008
- "type": "",
1009
- "verdict": "ok",
1010
- "left": "true",
1011
- "right": "true",
1012
- "instr": "toBe",
1013
- "message": "",
1014
- "location": "169:3"
1015
- },
1016
- {
1017
- "order": 2,
1018
- "type": "",
1019
- "verdict": "ok",
1020
- "left": "-0.125",
1021
- "right": "-0.125",
1022
- "instr": "toBe",
1023
- "message": "",
1024
- "location": "170:3"
1025
- },
1026
- {
1027
- "order": 3,
1028
- "type": "",
1029
- "verdict": "ok",
1030
- "left": "[[1],[2,3],[]]",
1031
- "right": "[[1],[2,3],[]]",
1032
- "instr": "toBe",
1033
- "message": "",
1034
- "location": "171:3"
1035
- },
1036
- {
1037
- "order": 4,
1038
- "type": "",
1039
- "verdict": "ok",
1040
- "left": "\"line\\nbreak\"",
1041
- "right": "\"line\\nbreak\"",
1042
- "instr": "toBe",
1043
- "message": "",
1044
- "location": "172:3"
1045
- }
1046
- ],
1047
- "logs": [],
1048
- "kind": "describe",
1049
- "verdict": "ok"
1050
- }
1051
- ]
1052
- }
1053
- ]