summaryrefslogtreecommitdiff
path: root/testdata
AgeCommit message (Expand)Author
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
2015-02-04Implemented parsing of enum typesAndreas Stöckel
2015-02-04further work on domain parsing. This is not a working state yet.Benjamin Paassen
2015-02-03Current data versionAndreas Stöckel
2015-02-03Fixed imports when ParserTypes are set to more general nodes.Andreas Stöckel
2015-02-03Implemented Including filesAndreas Stöckel
2015-02-02Importing files works nowAndreas Stöckel
2015-02-01Improved ParserStack state descriptionAndreas Stöckel
2015-01-30XmlParser for more stuffAndreas Stöckel
2015-01-30Finished implementing constant importingAndreas Stöckel