Warning: session_start(): open(/var/lib/php/sessions/sess_aemrrotjaduuiqabuth88p983o, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
test_paramsPlus [1022115]

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

6
LINES

< > BotCompany Repo | #1022115 // test_paramsPlus

JavaX fragment (include)

svoid test_paramsPlus() {
  assertEqualsVerbose(ll(a := "b"), asList(paramsPlus(litobjectarray(a := "b"), null)));
  assertEqualsVerbose(ll(a := "b"), asList(paramsPlus(null, a := "b")));
  assertEqualsVerbose(ll(a := "b", c := "d"), asList(paramsPlus(litobjectarray(a := "b"), c := "d")));
  assertEqualsVerbose(ll(a := "e"), asList(paramsPlus(litobjectarray(a := "b"), a := "e")));
}

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: #1022115
Snippet name: test_paramsPlus
Eternal ID of this version: #1022115/1
Text MD5: 5165a7cbcbd67dd56f4e4cc952762f58
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-07 22:50:35
Source code size: 390 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 728 / 710
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)