Skip to content
This repository has been archived by the owner on Dec 21, 2017. It is now read-only.

Commit

Permalink
Fallout from non-normalized URIs.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Jul 1, 2010
1 parent 0c5b0ba commit bf9444e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/conjunctive_graph_spec.rb
Expand Up @@ -56,7 +56,7 @@
it "should parse into new context" do it "should parse into new context" do
n3_string = "<http://example.org/> <http://xmlns.com/foaf/0.1/name> \"Gregg Kellogg\" . " n3_string = "<http://example.org/> <http://xmlns.com/foaf/0.1/name> \"Gregg Kellogg\" . "
graph = subject.parse(n3_string, "http://foo.bar", :type => :n3) graph = subject.parse(n3_string, "http://foo.bar", :type => :n3)
graph.identifier.should == "http://foo.bar/" graph.identifier.should == "http://foo.bar"
subject.size.should == 1 subject.size.should == 1
t = subject.triples.first t = subject.triples.first
t.subject.to_s.should == "http://example.org/" t.subject.to_s.should == "http://example.org/"
Expand Down

0 comments on commit bf9444e

Please sign in to comment.