microsoft / botbuilder-tools

Welcome to the Bot Framework Tools repository, which is the home for a set of tools for developers building bots with the Microsoft Bot Framework
https://github.com/Microsoft/botframework
MIT License
444 stars 262 forks source link

Ludown After upgrading to 1.4 parse ToLuis errors on apostrophe (' and ’) and other characters #1392

Closed saroup closed 4 years ago

saroup commented 4 years ago

Tool

Name: LuDown Version: 1.4 OS: Windows10

Describe the bug

After upgrading to 1.4 and running > ludown parse ToLuis command errors out on apostrophe.

To Reproduce

Steps to reproduce the behavior:

  1. have a client_info.lu that has

    fetch_client_info

    -Is Macy's Inc a public company?.

  2. run ludown parse ToLuis

result : token recognition error at: '’'

Expected behavior

I would expect this to be compatible with 1.3 and not error out

[bug]

tsuwandy commented 4 years ago

@saroup, could you use BF instead as LuDown has been deprecated? More info here: https://github.com/microsoft/botframework-cli/blob/master/PortingMap.md

Please let us know if you are seeing any issues using BF tool. Thank you!