Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1033369 // test_hexToInts

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (4766L) is out of date.

svoid test_hexToInts() {
  testFunctionValue(a -> intArrayToList(hexToInts(a)),
    "000000ffeeeeeeff",
    intArrayToList(new int[] { 0xff000000, 0xffeeeeee })
  );
}

Author comment

Began life as a copy of #1033368

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033369
Snippet name: test_hexToInts
Eternal ID of this version: #1033369/5
Text MD5: 630fb3e0541cbf33b7e754f4cdab14cf
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-26 18:01:09
Source code size: 172 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 76 / 133
Version history: 4 change(s)
Referenced in: [show references]