Skip to content

Unescaped sample broken right now? #56

Answered by d-frey
socmag asked this question in Q&A
Discussion options

You must be logged in to vote

You need to pass in a string (with escaped characters if you want) including the surrounding double-quotes. In order to do so, it is not sufficient to simply pass double-quotes on the command line, as the shell will interpret them and won't pass it to the example code. The correct way to pass them is:

./unescape '"abc"'

This should work in both the 1.3.1 as well as the current master branch.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by d-frey
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #56 on December 09, 2020 10:37.