summaryrefslogtreecommitdiff
path: root/testdata
AgeCommit message (Expand)Author
2016-04-25slight improvements for math ontology.Benjamin Paassen
2016-04-25Add another test for the test math environment, remove old testsAndreas Stöckel
2016-04-25Cosmetic change: Rename lowerLimits and upperLimits to lowerLimit and upperLimitAndreas Stöckel
2016-04-25Remove ignored import from integration test outputAndreas Stöckel
2016-04-25Test underscore tokenAndreas Stöckel
2016-04-25Update poem integration test to incorporate indent/dedent for indentation of ...Andreas Stöckel
2016-04-25Rename simple_short_token test to token_escape, luckily there was no real bug...Andreas Stöckel
2016-04-25Add first integration testsAndreas Stöckel
2016-04-25Remove no longer needed test (will be moved to testdata/integration in a diff...Andreas Stöckel
2016-04-25Add some test files for user defined syntaxAndreas Stöckel
2016-04-25Fix crash when an undefined annotation is met in the inputAndreas Stöckel
2015-03-04Prepared implementation of user defined tokensAndreas Stöckel
2015-03-04Added test for parsing syntax descriptionsAndreas Stöckel
2015-03-04made testdata folder self-contained. No reference to default ontologies or ty...Benjamin Paassen
2015-03-03added more complex tests and prevented endless loops in DocumentChildHandler:...Andreas Stöckel
2015-03-03Added unit tests for annotation handlingAndreas Stöckel
2015-03-03Renamed isSubtree to subtree and isRoot to rootAndreas Stöckel
2015-03-01Renamed domain to ontology.Benjamin Paassen
2015-02-18restructured domains and deleted as many duplicates from testdata as possible.Benjamin Paassen
2015-02-18Fix for issue #85 -- only allowing explicit fields if no structure elements o...Andreas Stöckel
2015-02-18Added test for bug with structs that do not posses a fieldAndreas Stöckel
2015-02-18Fixed bug #80 and added unit testAndreas Stöckel
2015-02-17Removed no longer needed "simple_book" test fileAndreas Stöckel
2015-02-17Added very primitive unit tests for includeAndreas Stöckel
2015-02-17Added test for bug #79Andreas Stöckel
2015-02-17Fixed issue #78 and added unit testAndreas Stöckel
2015-02-17Improved behaviour of FileLocator:Andreas Stöckel
2015-02-16smaller fixes in testdataBenjamin Paassen
2015-02-16Modified simple_book.osml to use numeric argumentsAndreas Stöckel
2015-02-16Added "simple_book.osml" osml example fileAndreas Stöckel
2015-02-15Added OsmlParserTestAndreas Stöckel
2015-02-15Moved testdata pathAndreas Stöckel
2015-02-15Renamed files from oxm and oxd to osxmlAndreas Stöckel
2015-02-15swapped order of field declarations in comments domain.Benjamin Paassen
2015-02-15added much more test data: meta domain, lists domain, bibliography domain, ve...Benjamin Paassen
2015-02-15removed author attribute from book domain (got refactored to meta domain)Benjamin Paassen
2015-02-13added a toy domain.Benjamin Paassen
2015-02-12improved XML parser to support transparency on default fields.Benjamin Paassen
2015-02-11made isSubtree (fieldType) and primitivity orthogonal concepts: PRIMITIVE is ...Benjamin Paassen
2015-02-10consistent nomenclature for reference concepts.Benjamin Paassen
2015-02-08first attempt on incorporating transparency: It does work now, even though on...Benjamin Paassen
2015-02-06enabled xml parser to parse documents (at least in a first version).Benjamin Paassen
2015-02-06changed name of text field from content to default.Benjamin Paassen
2015-02-06corrected attributes descriptor handling.Benjamin Paassen
2015-02-06started to implement document parsing.Benjamin Paassen
2015-02-04got annotation parsing to work with the comments domain. detected a bug, thou...Benjamin Paassen
2015-02-04got headings domain to work.Benjamin Paassen
2015-02-04added mechanism for parent parsing, which does not fully work as of now.Benjamin Paassen
2015-02-04Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-04Improved enum related error messagesAndreas Stöckel