From 64d79ee4d5d56310dca286d98af83687a5aa57d4 Mon Sep 17 00:00:00 2001 From: kortschak Date: Sat, 26 Jul 2014 15:54:55 +0930 Subject: [PATCH] Actually perform the N-Quads test --- nquads/nquads_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nquads/nquads_test.go b/nquads/nquads_test.go index adbd8f7..b26256e 100644 --- a/nquads/nquads_test.go +++ b/nquads/nquads_test.go @@ -436,7 +436,7 @@ func TestParse(t *testing.T) { // This is a sample taken from 30kmoviedata.nq. // It has intentional defects: -// The second comment is inset one psace and +// The second comment is inset one space and // the second line after that comment is blank. var document = `# first 10 lines of 30kmoviedata.nq _:100000 . @@ -505,7 +505,7 @@ func TestRDFWorkingGroupSuit(t *testing.T) { for _, file := range []string{ "ntriple_tests.tar.gz", - "ntriple_tests.tar.gz", + "nquad_tests.tar.gz", } { suite, err := os.Open(file) if err != nil {