1 | svoid test_structure_doubleArrays() { |
2 | double[] a = new { 0.0, 1.0 }; |
3 | |
4 | assertEqualsVerbose([[dblarray{d("0.0"), d("1.0")}]], struct(a)); |
5 | assertEqualsVerbose(toList(a), toList(restruct(a))); |
6 | } |
Began life as a copy of #1036139
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mqqgnosmbjvj, wnsclhtenguj
No comments. add comment
Snippet ID: | #1036579 |
Snippet name: | test_structure_doubleArrays |
Eternal ID of this version: | #1036579/4 |
Text MD5: | 40eba2d1726fc499ad6d7fd835d5e39b |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2023-03-20 20:50:43 |
Source code size: | 203 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 191 / 223 |
Version history: | 3 change(s) |
Referenced in: | [show references] |