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

5
LINES

< > BotCompany Repo | #1021270 // assertFunctionWorksOnDoubleArrowMap

JavaX fragment (include)

svoid mapLike assertFunctionWorksOnDoubleArrowMap(O function, S text) {
  for (S in, out : parseDoubleArrowLinkedHashMap(text)) {
    assertEquals(in, out, str(callF(function, in)));
  }
}

Author comment

Began life as a copy of #1021199

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1021270
Snippet name: assertFunctionWorksOnDoubleArrowMap
Eternal ID of this version: #1021270/2
Text MD5: 5031ceae1f79185e57f5a0ab864559ad
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-07 16:42:37
Source code size: 192 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 255 / 266
Version history: 1 change(s)
Referenced in: [show references]