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

8
LINES

< > BotCompany Repo | #1024606 // test_splitAt_withEmptyLast

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

Libraryless. Click here for Pure Java version (1724L/11K).

svoid test_splitAt_withEmptyLast() {
  testFunctionValues_twoArgs splitAt_withEmptyLast(
    pair("", "-"), ll(),
    pair("a-", "-"), ll("a", ""),
    pair("-b", "-"), ll("", "b"),
    pair("a-b", "-"), ll("a", "b"),
  );
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1024606
Snippet name: test_splitAt_withEmptyLast
Eternal ID of this version: #1024606/2
Text MD5: 1864cdd09984242ffa486750cefc66eb
Transpilation MD5: 895751336e7ee715dd7fbc6b0a4a2ff7
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-19 21:09:29
Source code size: 231 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 108 / 171
Version history: 1 change(s)
Referenced in: [show references]