[
https://issues.apache.org/jira/browse/JENA-1072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15561574#comment-15561574
]
ASF GitHub Bot commented on JENA-1072:
--------------------------------------
GitHub user kinow opened a pull request:
https://github.com/apache/jena/pull/177
Bump YASQE up to version 2.11.3
This should fix JENA-1072. Tested locally.

Basically executed:
```
wget https://github.com/OpenTriply/YASGUI.YASQE/archive/v2.11.3.zip
unzip v2.11.3.zip -d yasqe-2.11.3
cd yasqe-2.11.3/
cp YASGUI.YASQE-2.11.3/dist/yasqe.min.js
~/Development/java/jena/jena/jena-fuseki2/jena-fuseki-core/src/main/webapp/js/lib/
cp YASGUI.YASQE-2.11.3/dist/yasqe.min.js.map
~/Development/java/jena/jena/jena-fuseki2/jena-fuseki-core/src/main/webapp/js/lib/
cp YASGUI.YASQE-2.11.3/dist/yasqe.min.css
~/Development/java/jena/jena/jena-fuseki2/jena-fuseki-core/src/main/webapp/css/
```
YASQE 2.11.3 was released with the fix for the issue in the SPARQL syntax,
after merging the pull request
https://github.com/OpenTriply/YASGUI.YASQE/pull/89
Sending as a pull request since this updates a library, and could introduce
regressions. So in case anyone else would like to test it first, before it is
merged and included in the next release, now is the time :-)
Cheers
Bruno
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kinow/jena fix-JENA-1072
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/177.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 #177
----
commit 339d816814885befc91d73ea17a3a6cdd6d2dd7a
Author: Bruno P. Kinoshita <[email protected]>
Date: 2016-10-10T07:47:28Z
Bump YASQE up to version 2.11.3
----
> Triple with apostrophe (') highlighted reds
> -------------------------------------------
>
> Key: JENA-1072
> URL: https://issues.apache.org/jira/browse/JENA-1072
> Project: Apache Jena
> Issue Type: Bug
> Components: Fuseki
> Affects Versions: Fuseki 2.3.0
> Reporter: Frantisek Hartman
> Assignee: Bruno P. Kinoshita
> Attachments: Screenshot_2016-10-09_19-33-52.png,
> Screenshot_2016-10-09_19-57-15.png, Screenshot_2016-10-09_20-50-46.png
>
>
> Example query:
> {code}
> ASK {
> <http://en.wikipedia.org/wiki/Good_Love_(Meli'sa_Morgan_album)>
> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
> <http://xmlns.com/foaf/0.1/Document> .
> }
> {code}
> The query returns correct result, but the ui highlights the IRI with
> apostrophe red.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)