Libraryless. Click here for Pure Java version (2482L/16K).
1 | static O[] test_mmo_match_parsedPattern_examples() {
|
2 | ret litarray( |
3 | "a + b", "a and b", true, |
4 | "a + b", "b and a", true, |
5 | "a + b", "b", false, |
6 | "\"+\"", "a + b", true, |
7 | "\"+\"", "a - b", false, |
8 | quote("c++"), "c++", true,
|
9 | quote("c++"), "cc++", false,
|
10 | ); |
11 | } |
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: | 388 / 534 |
| Referenced in: | [show references] |