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

9
LINES

< > BotCompany Repo | #1023852 // Test flexMatchDollarVarsIC_all [OK]

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Libraryless. Click here for Pure Java version (8411L/62K).

!7

p-exp {
  assertEqualsVerbose_struct(ll(litcimap("$name" := "Paul")),
    flexMatchDollarVarsIC_all("I am $name", "i am Paul"));
  assertEqualsVerbose_struct(ll(), flexMatchDollarVarsIC_all("$x is $x", "a is b"));
  assertEqualsVerbose_struct(ll(litcimap($x := "the guy")),
    flexMatchDollarVarsIC_all("$x is $x", "the guy is THE GUY"));
}

Author comment

Began life as a copy of #1021068

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: #1023852
Snippet name: Test flexMatchDollarVarsIC_all [OK]
Eternal ID of this version: #1023852/9
Text MD5: e43ca6ddb4dd2b2c266b2202b8a74d3a
Transpilation MD5: a0dfc4372fb35d9be175887ea7acb7f0
Author: stefan
Category: javax / a.i.
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-10 17:21:07
Source code size: 353 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 157 / 615
Version history: 8 change(s)
Referenced in: [show references]