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

10
LINES

< > BotCompany Repo | #1024839 // test_eq

JavaX fragment (include)

1  
svoid test_eq() {
2  
  testFunctionValues_twoArgs eq(
3  
    pair(null, null), true,
4  
    pair(null, 1), false,
5  
    pair(1, null), false,
6  
    pair(1, 1), true,
7  
    pair(new S("hello"), new S("hello")), true,
8  
    pair("hello", "bello"), false
9  
  );
10  
}

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: #1024839
Snippet name: test_eq
Eternal ID of this version: #1024839/1
Text MD5: 05840b0f19de48b04d59a278ed076be5
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-26 19:41:45
Source code size: 250 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 118 / 171
Referenced in: [show references]