Libraryless. Click here for Pure Java version (2289L/15K).
1 | svoid test_regexpQuote_useBackslashes() {
|
2 | testFunctionValues regexpQuote_useBackslashes( |
3 | "abc", "abc", |
4 | "[]", "\\[]", |
5 | "()", "\\(\\)", |
6 | "()x", "\\(\\)x", |
7 | ); |
8 | } |
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: | #1027481 |
| Snippet name: | test_regexpQuote_useBackslashes |
| Eternal ID of this version: | #1027481/1 |
| Text MD5: | c8468159725f0aee5cd9f9a746300c4e |
| Transpilation MD5: | 833b202b450c64de6547e5d8bebe7870 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-03-22 14:32:22 |
| Source code size: | 182 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 405 / 537 |
| Referenced in: | [show references] |