# List of regression tests # # Syntax tests: details # # Note: Command lines must be for running in the directory above. # @prefix : <#>. @prefix x: <#>. @prefix test: . :xmllit001 a test:CwmTest; test:referenceOutput ; test:description "Basic rdf:parseType='Literal' in XML, output in RDF/XML"; test:arguments "--rdf xml-syntax/xmllit.rdf --rdf". :xmllit002 a test:CwmTest; test:referenceOutput ; test:description "Basic N3 XML Literal, output in N3"; test:arguments "--n3 xml-syntax/xmllit.n3 --n3". :xmllit003 a test:CwmTest; test:referenceOutput ; test:description "Basic rdf:parseType='Literal' in XML, output in N3"; test:arguments "--rdf xml-syntax/xmllit.rdf --n3". :xmllit004 a test:CwmTest; test:referenceOutput ; test:description "Basic N3 XML Literal, output in N3"; test:arguments "--n3 xml-syntax/xmllit.n3 --rdf". :xmllit005 a test:CwmTest; test:referenceOutput ; test:description "Test 22"; test:arguments "-rdf xml-syntax/xml-literal-22.rdf --n3" . :xmllit006 a test:CwmTest; test:referenceOutput ; test:description "Test 22"; test:arguments "-rdf xml-syntax/xml-literal-22a.rdf --n3" . :xmllit007 a test:CwmTest; test:referenceOutput ; test:description "Test 22"; test:arguments "-rdf xml-syntax/xml-literal-text.rdf " . :xmllit008 a test:CwmTest; test:referenceOutput ; test:description "Test 22"; test:arguments "-rdf xml-syntax/xml-literal-mixed.rdf " . :xmllit009 a test:CwmTest; test:referenceOutput ; test:description "Test 22"; test:arguments "xml-syntax/xml-literal-mixed.rdf " . :xmllit010 a test:CwmTest; test:referenceOutput ; test:description "An empty xmlns was killing it"; test:arguments "--rdf xml-syntax/empty-xmlns.rdf --n3" . #ends