You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to make sure to calculate the corrent %endcontext annotation, not just the first that is greater than the next nested %context.
To operate correctly during recursion we also need information about the parent %endcontext position
Fixes#1034
utPLSQL-Version: 3.1.9
Consider the following test-suite with nested-contexts:
Expectation would be:
But at the moment it's interpreted like that:
It looks like consecutive
%endcontext
are not interpreted correctly so that termination doesn't happen at the correct time/placeThe text was updated successfully, but these errors were encountered: