1 | static void ai_checkInput_match3(S pattern) {
|
2 | ai_checkInput_match3(pattern, null); |
3 | } |
4 | |
5 | static void ai_checkInput_match3(S pattern, Matches m) {
|
6 | S input = ai_input(); |
7 | if (!match(pattern, input, m)) |
8 | quickFail("Input doesn't match: " + pattern + " / " + input);
|
9 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1013416 |
| Snippet name: | ai_checkInput_match3 - fails on non-match |
| Eternal ID of this version: | #1013416/3 |
| Text MD5: | e7f49ccbcc58d3353d36b9180b4d82ab |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-01-06 10:39:29 |
| Source code size: | 277 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 691 / 722 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |