Skip to content

Fix a wrong expected SPARQL protocol test result #191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions sparql/sparql11/protocol/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,13 +308,13 @@ <h4 id="request">Request</h4>
Content-Type: application/sparql-query
Content-Length: XXX

ASK FROM &lt;http://kasei.us/2009/09/sparql/data/data1.rdf&gt; { &lt;data1.rdf&gt; ?p ?o }
ASK FROM &lt;http://kasei.us/2009/09/sparql/data/data1.rdf&gt; { &lt;http://kasei.us/2009/09/sparql/data/data1.rdf&gt; ?p ?o }
</code></pre>
<h4 id="response">Response</h4>
<pre><code>2xx or 3xx response
Content-Type: application/sparql-results+xml or application/sparql-results+json

true
false
</code></pre>
</div>
<dl class='test-detail'>
Expand Down Expand Up @@ -1285,4 +1285,4 @@ <h4 id="response">Response</h4>
<p><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright ©</a> 2015 <a href="http://www.w3.org/">W3C</a>® (<a href="http://www.csail.mit.edu/">MIT</a>, <a href="http://www.ercim.org/">ERCIM</a>, <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>). W3C® <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
</footer>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions sparql/sparql11/protocol/manifest.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,14 @@
Content-Type: application/sparql-query
Content-Length: XXX

ASK FROM <http://kasei.us/2009/09/sparql/data/data1.rdf> { <data1.rdf> ?p ?o }
ASK FROM <http://kasei.us/2009/09/sparql/data/data1.rdf> { <http://kasei.us/2009/09/sparql/data/data1.rdf> ?p ?o }

#### Response

2xx or 3xx response
Content-Type: application/sparql-results+xml or application/sparql-results+json

true
false
""" ;
dawgt:approval dawgt:Approved ;
dawgt:approvedBy <http://www.w3.org/2009/sparql/meeting/2012-11-20#resolution_3> ;
Expand Down