diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-01 23:34:18 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:19:29 +0200 |
commit | b593ecdd3486f4541c0bcd68beec9146d78813a2 (patch) | |
tree | e94a9429f90298119474516f22a28eb0afb99d3b /testdata/integration/user_defined_syntax/simple_short_token.out.osxml | |
parent | e03ab48ced82a1eddd3e99b6c34ed6dc617af0f6 (diff) |
Add first integration tests
* "poem" contains a nice use case for user defined syntax that still needs to be implemented (indent and dedent as open/close tag)
* "simple_short_token" triggers a non-deterministic bug that is not caught by valgrind
* "wikilike" contains various user defined syntax tests as well as the not yet implemented per-field user defined syntax
Diffstat (limited to 'testdata/integration/user_defined_syntax/simple_short_token.out.osxml')
-rw-r--r-- | testdata/integration/user_defined_syntax/simple_short_token.out.osxml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testdata/integration/user_defined_syntax/simple_short_token.out.osxml b/testdata/integration/user_defined_syntax/simple_short_token.out.osxml new file mode 100644 index 0000000..743e927 --- /dev/null +++ b/testdata/integration/user_defined_syntax/simple_short_token.out.osxml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<document xmlns:test="test"> + <test:a> + <test:c/> + </test:a> +</document> |