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

14
LINES

< > BotCompany Repo | #1035254 // test_leftArrowScript_comma - experimental comma connector inside of left-leaning brackets (now standard)

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

Uses 679K of libraries. Click here for Pure Java version (32820L/163K).

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

scope test_leftArrowScript_comma

svoid test_leftArrowScript_comma() {
  new TestFunctionValues<S, O>(l1 leftArrowVerbose)
    .io([[ new Pair 1 2, a ]], 1)
    
    // dangling comma!
    .io([[ new Pair 1 2,
             a ]], 1)
    .run();
  
}

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: #1035254
Snippet name: test_leftArrowScript_comma - experimental comma connector inside of left-leaning brackets (now standard)
Eternal ID of this version: #1035254/4
Text MD5: 87398e77f85518791633a2374624212a
Transpilation MD5: aec7b6a7f7d0ee78207115afe7226829
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-05-25 00:33:43
Source code size: 328 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 77 / 127
Version history: 3 change(s)
Referenced in: [show references]