!include once #1034831 // Gazelle 22 Function Include for Testing svoid test_leftArrowScript_ifdef() { S src = "1 ifdef bla plus 1 endifdef"; assertEqualsVerbose(1, leftArrowVerbose(src)); new GazelleV_LeftArrowScriptParser parser; parser.setFlag("bla"); assertEqualsVerbose(2, leftArrowVerbose(parser, src)); }
Began life as a copy of #1035656
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): elmgxqgtpvxh, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1036307 |
Snippet name: | test_leftArrowScript_ifdef |
Eternal ID of this version: | #1036307/3 |
Text MD5: | d61efad3e80938e8840fd1709d5a7df4 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-11-15 18:26:20 |
Source code size: | 330 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 151 / 177 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1036328 - test_leftArrowScript_var |