[
https://issues.apache.org/jira/browse/ANY23-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16418002#comment-16418002
]
ASF GitHub Bot commented on ANY23-338:
--------------------------------------
GitHub user HansBrende opened a pull request:
https://github.com/apache/any23/pull/66
ANY23-338 fixed problem with json comment stripping
This is my bad for not catching this when I first implemented json comment
stripping, but resolved now. Sorry folks!
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HansBrende/any23 ANY23-338
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/any23/pull/66.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #66
----
commit 316b4ec0d6285a204789792084caf012c000b196
Author: Hans <firedrake93@...>
Date: 2018-03-28T19:37:49Z
ANY23-338 fixed problem with json comment stripping
----
> Json-ld comment parsing fails in rare cases
> -------------------------------------------
>
> Key: ANY23-338
> URL: https://issues.apache.org/jira/browse/ANY23-338
> Project: Apache Any23
> Issue Type: Bug
> Components: extractors
> Affects Versions: 2.2
> Reporter: Hans Brende
> Assignee: Hans Brende
> Priority: Major
> Fix For: 2.3
>
>
> Inside strings, an escaped quote is recognized, e.g: "some \" quote"
> Problematically, an escaped *escape* is not recognized, so in the string:
> "some quote \\\\", the second quote is not recognized as the end of the
> string.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)