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
When transferring terms containing string literals with escape sequences using the cvcv5 backend, the escape sequence is not recognized and extra quotations are inserted. For example, instances of "\u{a}" in a term become ""\u{5c}u{a}"" after transfer.
The text was updated successfully, but these errors were encountered:
https://github.com/stanford-centaur/smt-switch/blob/main/src/term_translator.cpp#L250
https://github.com/stanford-centaur/smt-switch/blob/main/src/term_translator.cpp#L455
When transferring terms containing string literals with escape sequences using the cvcv5 backend, the escape sequence is not recognized and extra quotations are inserted. For example, instances of "\u{a}" in a term become ""\u{5c}u{a}"" after transfer.
The text was updated successfully, but these errors were encountered: