Libraryless. Click here for Pure Java version (1724L/11K).
1 | svoid test_splitAt_withEmptyLast() {
|
2 | testFunctionValues_twoArgs splitAt_withEmptyLast( |
3 | pair("", "-"), ll(),
|
4 | pair("a-", "-"), ll("a", ""),
|
5 | pair("-b", "-"), ll("", "b"),
|
6 | pair("a-b", "-"), ll("a", "b"),
|
7 | ); |
8 | } |
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: | 388 / 527 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |