msldap
msldap copied to clipboard
Add a check to ParserActions.return_escaped_char
Hi,
I faced an exception in ParserActions.return_escaped_char()
function when an element text value is equal to \\
(0x5C).
I just added a check to the function to handle this case.