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

663
LINES

< > BotCompany Repo | #1033988 // test_leftArrowScript - all tests for Left-Arrow-Script

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

Transpiled version (38850L) is out of date.

java.lang.RuntimeException: Unknown token 2: <: 
Warning: session_start(): open(/var/lib/php/sessions/sess_qhc0vlkm7dfhmkafjt6fj5ogo8, 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
{"1000658":"print function (=System.out.println + logging in memory)","1001518":"l function (synonym of length), length of arrays, strings, lists, size of maps","1001992":"str function (=String.valueOf + extensions)","1002133":"jreplace","1002692":"mc method - get main class of program","1002936":"assertEqualsVerbose","1003382":"ll - synonym of litlist (literal list)","1003498":"className - synonym of getClassName","1003550":"class Var - thread-safe variable","1004220":"pair - make value pair","1004263":"firstKey - first key of map (e.g. litorderedmap)","1004438":"firstValue - first value of map","1004787":"assertSame - compare with ==","1007775":"replace - replace an element in a list (modify original); also synonym for String.replace with null propagation","1008729":"intern - intern a string - now uses fast VM-wide interning","1009130":"rect","1018444":"testFunctionValues - call function, compare output and print","1023032":"IF0 - function with no arguments (interface version)","1026004":"shortName - synonym of shortClassName","1031330":"assertInstanceOf - synonym of assertIsInstance","1031538":"assertFailVerbose - synonym of assertFail_verbose","1033192":"enableScaffolding","1033224":"Ratio","1033976":"GazelleV_LeftArrowScriptParser","1033981":"GazelleV_LeftArrowScript [LIVE]","1033988":"test_leftArrowScript - all tests for Left-Arrow-Script","1033990":"leftArrow - evaluate left-arrow script with all permissions","1033992":"leftArrowVerbose","1034203":"leftArrowParse","1034264":"test_leftArrowScript_pinging","1034738":"test_leftArrowScriptParseErrors","1034763":"test_leftArrowScript_lambdas","1034915":"test_leftArrowScript_binaryOperators","1035011":"test_leftArrowScriptCompileErrors","1035077":"test_leftArrowScript_classDefs (OK)","1035104":"test_leftArrowScript_forIterator - test \"for iterator\" and \"for nested\"","1035254":"test_leftArrowScript_comma - experimental comma connector inside of left-leaning brackets (now standard)","1035279":"test_leftArrowScript_returnValueNotNeededOptimization","1035281":"FlexibleVarContext - a VarContext where you can add variables by name at runtime","1035287":"leftArrowParseVerbose","1035479":"test_leftArrowScript_antiComma - opposite of the comma connector","1035535":"test_leftArrowScript_magicSwitch","1035656":"test_leftArrowScript_tilde","1035730":"test_leftArrowScript_then - \"then\" connector to do multiple calls on an object","1036292":"test_leftArrowScript_pcall","1036307":"test_leftArrowScript_ifdef","1036312":"daysToDuration","1036422":"test_leftArrowScript_scriptError","1036500":"test_leftArrowScript_objectScope - access instance fields and methods without saying \"this\"","1037254":"test_leftArrowScript_doWhile"} at main.fail(m1008705.java:1589) at main$jsonDecode_Y.fail_base(m1008705.java:14008) at main$jsonDecode_Y.fail(m1008705.java:14006) at main$jsonDecode_Y.parseExpr(m1008705.java:14058) at main$jsonDecode_Y.parse(m1008705.java:14012) at main.jsonDecode(m1008705.java:13990) at main.jsonDecodeMap(m1008705.java:12844) at main.getSnippetTitles(m1008705.java:10820) at main$JavaXHyperlinker.codeToHTML(m1008705.java:6209) at main.html2(m1008705.java:85) at main.html(m1008705.java:67) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) at java.base/java.lang.reflect.Method.invoke(Method.java:577) at main.invokeMethod(m1008705.java:1601) at main.callOpt_withVarargs(m1008705.java:4387) at main.callOpt(m1008705.java:3326) at main.callHtmlMethod2(m1008705.java:11404) at main$MyHTTPD$1.get(m1008705.java:7337) at main$MyHTTPD$1.get(m1008705.java:1) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) at java.base/java.lang.reflect.Method.invoke(Method.java:577) at main.invokeMethod(m1008705.java:1601) at main.safeCallF(m1008705.java:642) at main.callF(m1008705.java:611) at main$MyHTTPD.serve(m1008705.java:7373) at main$NanoHTTPD.serve_2(m1008705.java:9572) at main$NanoHTTPD.serve(m1008705.java:9553) at main$NanoHTTPD$HTTPSession.execute(m1008705.java:8453) at main$NanoHTTPD$ClientHandler.run(m1008705.java:7829) at java.base/java.lang.Thread.run(Thread.java:833)

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, ekrmjmnbrukm, elmgxqgtpvxh, gjtlkbvenryc, mowyntqkapby, mqqgnosmbjvj, wnsclhtenguj

No comments. add comment

Snippet ID: #1033988
Snippet name: test_leftArrowScript - all tests for Left-Arrow-Script
Eternal ID of this version: #1033988/211
Text MD5: b162f6bc604b9713b6a3c95b1c8448bf
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2025-10-22 16:54:00
Source code size: 16791 bytes / 663 lines
Pitched / IR pitched: No / No
Views / Downloads: 3734 / 6460
Version history: 210 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1033976 - GazelleV_LeftArrowScriptParser
#1034238 - test_leftArrowScript_forEach
#1034264 - test_leftArrowScript_pinging
#1034291 - GazelleV_LeftArrowScriptParser backup before type inference
#1034324 - test_compiledLeftArrowScript - test left-arrow script compiled to byte code. only a few cases so far (OK)