Closed Theresa93 closed 1 year ago
Describe the bug There seems to be a bug with an expression like A (B)+ @C (reversing through an expression in brackets with a "+" operator)
A (B)+ @C
To Reproduce Steps to reproduce the behavior: Go to https://dopamin.averbis.intern/iruta/notebooks/user/klumpp/Ruta-Bug-23-08-21.ipynb or see screenshots below.
Expected behavior In the example on iRuta above, I would expect MyAnnotation on "a".
MyAnnotation
Screenshots Unexpected behavior:
Correct behavior (without brackets):
Thanks for reporting this problem. It will be fixed in the upcoming release.
Describe the bug There seems to be a bug with an expression like
A (B)+ @C
(reversing through an expression in brackets with a "+" operator)To Reproduce Steps to reproduce the behavior: Go to https://dopamin.averbis.intern/iruta/notebooks/user/klumpp/Ruta-Bug-23-08-21.ipynb or see screenshots below.
Expected behavior In the example on iRuta above, I would expect
MyAnnotation
on "a".Screenshots Unexpected behavior:
Correct behavior (without brackets):