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

11
LINES

< > BotCompany Repo | #1028072 // test_mmo_match_parsedPattern_examples

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

Libraryless. Click here for Pure Java version (2482L/16K).

static O[] test_mmo_match_parsedPattern_examples() {
  ret litarray(
    "a + b", "a and b", true,
    "a + b", "b and a", true,
    "a + b", "b", false,
    "\"+\"", "a + b", true,
    "\"+\"", "a - b", false,
    quote("c++"), "c++", true,
    quote("c++"), "cc++", false,
  );
}

Author comment

Began life as a copy of #1026548

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1028072
Snippet name: test_mmo_match_parsedPattern_examples
Eternal ID of this version: #1028072/1
Text MD5: a5f0ba2de6ab2f477e7b95ce15d25df5
Transpilation MD5: 106db1423be0b1f42484925ce1475cbe
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-05-17 13:58:39
Source code size: 291 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 125 / 200
Referenced in: [show references]