Libraryless. Click here for Pure Java version (2319L/15K).
1 | set flag ellipsisToDotPlusRegexpIC_matchAny_debug. |
2 | |
3 | svoid test_ellipsisToDotPlusRegexpIC_matchAny() {
|
4 | new Matches m; |
5 | assertTrueVerbose(ellipsisToDotPlusRegexpIC_matchAny(ll("a ... b"), "a c b", m));
|
6 | assertEqualsVerbose(m, Matches("c"));
|
7 | assertFalseVerbose(ellipsisToDotPlusRegexpIC_matchAny(ll("a ... x"), "a c b", m));
|
8 | } |
Began life as a copy of #1024120
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: | #1024122 |
| Snippet name: | test_ellipsisToDotPlusRegexpIC_matchAny |
| Eternal ID of this version: | #1024122/5 |
| Text MD5: | d59443dbb67b113a2bbe208ec2409d65 |
| Transpilation MD5: | 25827e7cfeeb271faf806a10a1aafae7 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-07-21 15:51:18 |
| Source code size: | 336 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 425 / 586 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |