doing a test in chat I entered [substring("p5$0",1)] expecting the usual explosion of an illegal group reference error. What I got was 5StringLiteralTransformer146TOKEN
changing to [substring("p5$0",1)] I get ingLiteralTransformer151TOKEN
To Reproduce
in chat enter [substring("p5$0",1)]
hit enter
in chat enter [substring("p5$0",5)]
hit enter
Expected Behaviour
I expected the old error illegal group reference
Ideally I would get 5$0 in the first case, and an out of bounds error for the second
Describe the Bug
doing a test in chat I entered
[substring("p5$0",1)]
expecting the usual explosion of an illegal group reference error. What I got was5StringLiteralTransformer146TOKEN
changing to[substring("p5$0",1)]
I getingLiteralTransformer151TOKEN
To Reproduce
[substring("p5$0",1)]
[substring("p5$0",5)]
Expected Behaviour
I expected the old error illegal group reference Ideally I would get
5$0
in the first case, and an out of bounds error for the secondScreenshots
No response
MapTool Info
1.15rc3
Desktop
win10
Additional Context
No response