summaryrefslogtreecommitdiff
path: root/testdata
AgeCommit message (Expand)Author
2016-04-25Adapt correct integration test for the previously commited featureAndreas Stöckel
2016-04-25If in the implicit default field of a non-greedy short form, only read data u...Andreas Stöckel
2016-04-25Add example for non greedy short form tokens from corresponding use caseAndreas Stöckel
2016-04-25Implement non-greedy behaviour for short tokensAndreas Stöckel
2016-04-25Move test math ontology to "ontologies" folderAndreas Stöckel
2016-04-25Issue an error messages if tokens are ambiguousAndreas Stöckel
2016-04-25Fixed incorrect file extensionAndreas Stöckel
2016-04-25Added (currently skipped) integration test for bug #114 -- this bug is somewh...Andreas Stöckel
2016-04-25Added integration test for bug #115Andreas Stöckel
2016-04-25Reimplement closeToken handlingAndreas Stöckel
2016-04-25handled special tokens in ontology serialization.Benjamin Paassen
2016-04-25Got rid of some unecessary output in ontology serialization.Benjamin Paassen
2016-04-25not yet working test file for parent references.Benjamin Paassen
2016-04-25added support for typesystem constants in serialization.Benjamin Paassen
2016-04-25added enum type support for serialization.Benjamin Paassen
2016-04-25fixed integration tests to work with attributes.Benjamin Paassen
2016-04-25added serialization support for attributes descriptors.Benjamin Paassen
2016-04-25First steps towards typesystem serialization. struct types can be successfull...Benjamin Paassen
2016-04-25fixed a bug in the DocumentHandler which lead to problems in case of empty ex...Benjamin Paassen
2016-04-25handled output transformation of syntax descriptors (except for special tokens).Benjamin Paassen
2016-04-25added test for empty explicit fields, which currently fails.Benjamin Paassen
2016-04-25renamed testdata to get integration test to actually do something.Benjamin Paassen
2016-04-25fixed some bugs in domain serialization and added first integration test for it.Benjamin Paassen
2016-04-25started to implement capabilities for ontology serialization.Benjamin Paassen
2016-04-25added a new integration test for complicated inheritance of fields.Benjamin Paassen
2016-04-25renamed the osxml integration folder to domain_interaction because that seeme...Benjamin Paassen
2016-04-25finished transforming the more sophisticated osxml tests to integration tests.Benjamin Paassen
2016-04-25refactored the more sophisticated OSXML parser tests to the integration test ...Benjamin Paassen
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