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

11
LINES

< > BotCompany Repo | #1028223 // test_toLines_nOnly_reversible

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

Libraryless. Click here for Pure Java version (2565L/16K).

svoid test_toLines_nOnly_reversible() {
  testFunctionValues toLines_nOnly_reversible(
    "", ll(),
    "abc", ll("abc"),
    "\n", ll("", ""),
    "abc\n", ll("abc", ""),
    "abc\r\n", ll("abc\r", ""),
    "\nbla", ll("", "bla"),
    "\nbla\r", ll("", "bla\r"),
  );
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1028223
Snippet name: test_toLines_nOnly_reversible
Eternal ID of this version: #1028223/2
Text MD5: cb4ea71016c03a4be9fda64808ae893d
Transpilation MD5: 90eb41900285db483af85444836c80b9
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-05-27 13:28:09
Source code size: 281 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 119 / 190
Version history: 1 change(s)
Referenced in: [show references]