Actually perform the N-Quads test

This commit is contained in:
kortschak 2014-07-26 15:54:55 +09:30
parent b276d117b1
commit 64d79ee4d5

View file

@ -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 </film/performance/actor> </en/larry_fine_1902> .
@ -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 {