Libraryless. Click here for Pure Java version (2565L/16K).
1 | svoid test_toLines_nOnly_reversible() {
|
2 | testFunctionValues toLines_nOnly_reversible( |
3 | "", ll(), |
4 | "abc", ll("abc"),
|
5 | "\n", ll("", ""),
|
6 | "abc\n", ll("abc", ""),
|
7 | "abc\r\n", ll("abc\r", ""),
|
8 | "\nbla", ll("", "bla"),
|
9 | "\nbla\r", ll("", "bla\r"),
|
10 | ); |
11 | } |
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: | 432 / 581 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |