Open andreas-zeller opened 1 year ago
Describe the bug When solving a complex XPath expression of the form x..y..z, ISLa raises an AssertionError.
To Reproduce Use str.len(<FunctionDef>..<Name>..<id>) = 10 or similar as constraint. The result is
str.len(<FunctionDef>..<Name>..<id>) = 10
AssertionError: If this fails, uncomment the else branch in the source code.
Expected behavior No assertion error.
System/Installation Specs:
Describe the bug When solving a complex XPath expression of the form x..y..z, ISLa raises an AssertionError.
To Reproduce Use
str.len(<FunctionDef>..<Name>..<id>) = 10
or similar as constraint. The result isExpected behavior No assertion error.
System/Installation Specs: