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

13
LINES

< > BotCompany Repo | #1034915 // test_leftArrowScript_binaryOperators

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

Transpiled version (40345L) is out of date.

!include once #1034831 // Gazelle 22 Function Include for Testing

svoid test_leftArrowScript_binaryOperators() {
  var test = new TestFunctionValues<S, O>(l1 leftArrowVerbose);
  
  test
    .io([[&& true false]], false)
    .io([[&& true true]], true)
    .io([[&& false true]], false)
    .io([[&& false false]], false)
    .io([[&& false (fail)]], false) // test short-cut evaluation
  .runAndClear();
}

Author comment

Began life as a copy of #1034763

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034915
Snippet name: test_leftArrowScript_binaryOperators
Eternal ID of this version: #1034915/3
Text MD5: b1466392df647643903865de232cad42
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-14 21:32:12
Source code size: 419 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 56 / 103
Version history: 2 change(s)
Referenced in: [show references]