Libraryless. Click here for Pure Java version (2968L/19K).
1 | svoid test_parseFragmentExpressionToFunctionCall() {
|
2 | assertEqualsVerbose(FunctionCall("hasWord", SymVar("$x")),
|
3 | parseFragmentExpressionToFunctionCall( |
4 | formatWithFragmentsAndDollarSymVars("hasWord($x)")));
|
5 | assertEqualsVerbose(FunctionCall("ewic_notSame", SymVar("$x"), "zimmer"),
|
6 | parseFragmentExpressionToFunctionCall( |
7 | formatWithFragmentsAndDollarSymVars("ewic_notSame($x, *)", "zimmer")));
|
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: | #1027884 |
| Snippet name: | test_parseFragmentExpressionToFunctionCall (OK) |
| Eternal ID of this version: | #1027884/3 |
| Text MD5: | ff5dcea1c30f0df330aaaad9189e582a |
| Transpilation MD5: | 14f670065988c2a5d3a06a7bf9e3e964 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-04-16 14:50:25 |
| Source code size: | 422 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 392 / 535 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |