Closed tfrancart closed 4 years ago
When getting the results in JSON, the '<' and '>' are displayed properly
Do you have a mwe? Here, it seems to work fine: http://yasgui.org/short/scfbcZLdQ
The following query at http://yasgui.org/# is able to reproduce this behavior :
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?test WHERE {
?s ?p ?o
BIND(("12 < 18") AS ?test)
}
LIMIT 10
Swith between the "Table" and "Response" output format to compare.
Thanks, this is now fixed in https://github.com/TriplyDB/Yasgui/commit/a4ad62b704b5383b0bbd4f58c3105fe650ab5e93
Raw response :
Table rendering :