Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix luis converter to enable escaping specific chars #1111

Merged
merged 3 commits into from Feb 9, 2021

Conversation

feich-ms
Copy link
Contributor

@feich-ms feich-ms commented Feb 8, 2021

Fix #1110. With the fix, luis converter can add necessary escape characters when converting luis json file to lu file. With these escape characters added, the lu content can be converted back to luis json file successfully without any exceptions. That means such escaping corner cases between lu and luis converting will be handled well with this fix. Test cases from customers were added to verify the fix.

Previous fix #1104 and #1106 that didn't resolve the issue completely

@feich-ms
Copy link
Contributor Author

feich-ms commented Feb 9, 2021

Hi @munozemilio, could you please help to check if this fix will introduce any potential issues since it's touching luis converter logic that you have more experiences.

@feich-ms feich-ms merged commit dbba6c6 into main Feb 9, 2021
@feich-ms feich-ms deleted the feich/FixLUISConverter branch February 9, 2021 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Luis converter failed to escape special chars like brackets
2 participants