aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2013-03-30Don't escape backspace or form feed for ntriples.David Robillard1-3/+3
2013-03-24Set SERD_HAS_NEWLINE and SERD_HAS_QUOTE flags when unescaped newlines or quot...David Robillard2-1/+5
2013-03-04Remove unused prefix.David Robillard1-1/+0
2013-03-04Support dots and colons in pnames.David Robillard7-5/+40
2013-03-04Improve dot support.David Robillard14-0/+117
2013-03-03Pass negative eval tests (reject invalid escaped URI characters).David Robillard4-4/+4
2013-03-02Fix anonymous_blank_node_subject test.David Robillard2-1/+2
2013-02-25Support most of the latest Turtle Editor's Draft.David Robillard342-55/+2744
2013-02-24Move old test suite to its own directory.David Robillard123-0/+0
2013-02-24Generate shorter blank node IDs like the new Turtle test suite.David Robillard15-323/+323
2013-02-24Add missing files.David Robillard2-0/+243
2013-02-24Restructure test suite to match new Turtle test suite.David Robillard107-164/+1
2012-12-23Windows compatibility fixes.David Robillard1-0/+5
2012-12-23Fix serd_node_new_decimal test code.David Robillard1-6/+6
2012-12-21Fix crash when serd_node_new_decimal is called with infinity or NaN.David Robillard1-2/+5
2012-08-08Fix lax prototype.David Robillard1-1/+1
2012-07-17Support digits at start of local names as per new grammar.David Robillard2-0/+4
2012-07-05Add error callback to reader and writer for custom error reporting.David Robillard1-1/+1
2012-03-29Don't break relative URIs with up-references when parsing a document with no ...David Robillard2-0/+2
2012-03-27Delete trailing whitespace.David Robillard1-1/+1
2012-03-18Add serd_reader_set_default_graph() for reading a file as a named graph.David Robillard1-17/+30
2012-03-10Add serd_writer_set_root_uri(), root parameter toDavid Robillard4-0/+16
2012-03-08Add escape parameter to serd_node_new_file_uri().David Robillard1-6/+6
2012-03-08Make serd_node_from_string tolerate NULL.David Robillard1-0/+5
2012-03-08serd_node_new_uri_from_path => serd_node_new_file_uri.David Robillard1-6/+6
2012-03-08Add serd_writer_get_env().David Robillard1-2/+98
2012-03-03Add serd_chunk_sink for easy writing to a string.David Robillard1-0/+21
2012-02-29Handle files and strings that start with a UTF-8 Byte Order Mark (fix #814).David Robillard2-0/+4
2012-02-28Fix serialisation of decimals like 10.0, 20.0, etc.David Robillard1-2/+2
2012-02-21Add test case and update ChangeLog.David Robillard1-0/+2
2012-02-20Use iterative algorithm for collection parsing.David Robillard2-1/+3
2012-02-20Implement pretty-printing for collections.David Robillard9-1/+111
2012-02-09Add missing files.David Robillard2-0/+3
2012-02-05Add Windows path test cases (100% coverage for uri.c).David Robillard1-0/+8
2012-02-01Use failure() function for all test failures.David Robillard1-108/+70
2012-01-16Support compilation as C++ under MSVC++David Robillard1-5/+6
2012-01-16Update copyright dates.David Robillard1-1/+1
2011-12-30Add serd_node_new_blob and serd_base64_decode for handling arbitrary binaryDavid Robillard1-1/+34
2011-12-27Warn on invalid unicode character and replace (fix #796).David Robillard4-2/+3
2011-12-26Escape non-printable ASCII characters in ASCII output (fix #795).David Robillard2-0/+8
2011-12-25Near 100% branch coverage.David Robillard37-24/+291
2011-12-25100% test coverage.David Robillard14-2/+193
2011-12-24Cover serd_node_from_string.David Robillard1-0/+11
2011-12-24Add tests for malformed UTF-8 input.David Robillard3-0/+5
2011-12-24Allow digit as first character of prefixed name suffix (match latest Turtle s...David Robillard2-0/+6
2011-12-24Move serd_test.c to tests/ so it doesn't show up in test coverage output.David Robillard1-0/+181
2011-12-24Improve URI resolution to cover most of the abnormal cases from RFC3986.David Robillard2-1/+37
2011-12-23Escape ASCII control characters in output (e.g. fix problems with stringDavid Robillard2-0/+2
2011-12-12Remove branch for EOF detection in eat_byte.David Robillard4-0/+12
2011-06-19Fix abbreviation of repeated predicates with blank objects, and abbreviation ...David Robillard2-0/+8