[
https://issues.apache.org/jira/browse/THRIFT-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14952074#comment-14952074
]
ASF GitHub Bot commented on THRIFT-3374:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/thrift/pull/640
> Ruby TJSONProtocol fails to unescape string values
> --------------------------------------------------
>
> Key: THRIFT-3374
> URL: https://issues.apache.org/jira/browse/THRIFT-3374
> Project: Thrift
> Issue Type: Bug
> Components: Ruby - Library
> Reporter: Nobuaki Sukegawa
>
> It does try to unescape characters but fails to do so because it uses single
> quotes for unescape results:
> {code}
> '"', '\\', '/', '\b', '\f', '\n', '\r', '\t',
> {code}
> End result was the exactly same unescaped characters as input text.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)