I have added type hints and tests to the OpamString type and while doing that realized that decoding of escape strings does not work properly. I have therefore changed lines 80 & 89 in opamparser.py to properly handle escape sequences.
However, I am not entirely sure whether that is the correct result. Please take a look at the unit tests, whether the results are what you expect.
I have added type hints and tests to the OpamString type and while doing that realized that decoding of escape strings does not work properly. I have therefore changed lines 80 & 89 in opamparser.py to properly handle escape sequences.
However, I am not entirely sure whether that is the correct result. Please take a look at the unit tests, whether the results are what you expect.