diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-04-15 15:23:36 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:24:19 +0200 |
commit | 1d0c7f590c8bd42d1daf81ec304b1cf013aa58f9 (patch) | |
tree | 2f968db4929429a4bd7aa8878d5bde2a7d959d8e /testdata | |
parent | 2ef782a9f9394b1872a22ee70f6d5c0fb093a863 (diff) |
removed single quote escaping from integration test output files.
Diffstat (limited to 'testdata')
3 files changed, 6 insertions, 6 deletions
diff --git a/testdata/integration/domain_interaction/complex_book.out.osxml b/testdata/integration/domain_interaction/complex_book.out.osxml index 17c40d1..38fb6ad 100644 --- a/testdata/integration/domain_interaction/complex_book.out.osxml +++ b/testdata/integration/domain_interaction/complex_book.out.osxml @@ -93,7 +93,7 @@ <bibliography:location>Königsberg u. Leipzig</bibliography:location> </bibliography:bibEntry> <bibliography:bibEntry> - <bibliography:title>I. Kant's vermischte Schriften</bibliography:title> + <bibliography:title>I. Kant's vermischte Schriften</bibliography:title> <meta:authors> <meta:primaryAuthor> <firstName>Immanuel</firstName> diff --git a/testdata/integration/user_defined_syntax/poem.out.osxml b/testdata/integration/user_defined_syntax/poem.out.osxml index a52377d..1ee4352 100644 --- a/testdata/integration/user_defined_syntax/poem.out.osxml +++ b/testdata/integration/user_defined_syntax/poem.out.osxml @@ -22,7 +22,7 @@ <poem:indentation> <poem:line>With fruit the vines that round the thatch-eves run;</poem:line> </poem:indentation> - <poem:line>To bend with apples the moss'd cottage-trees,</poem:line> + <poem:line>To bend with apples the moss'd cottage-trees,</poem:line> <poem:indentation> <poem:line>And fill all fruit with ripeness to the core;</poem:line> <poem:indentation> @@ -34,7 +34,7 @@ <poem:line>And still more, later flowers for the bees,</poem:line> <poem:line>Until they think warm days will never cease,</poem:line> <poem:indentation> - <poem:line>For Summer has o'er-brimm'd their clammy cells.</poem:line> + <poem:line>For Summer has o'er-brimm'd their clammy cells.</poem:line> </poem:indentation> </poem:indentation> </poem:stanza> @@ -47,9 +47,9 @@ <poem:indentation> <poem:line>Thy hair soft-lifted by the winnowing wind;</poem:line> </poem:indentation> - <poem:line>Or on a half-reap'd furrow sound asleep,</poem:line> + <poem:line>Or on a half-reap'd furrow sound asleep,</poem:line> <poem:indentation> - <poem:line>Drows'd with the fume of poppies, while thy hook</poem:line> + <poem:line>Drows'd with the fume of poppies, while thy hook</poem:line> <poem:indentation> <poem:line>Spares the next swath and all its twined flowers:</poem:line> </poem:indentation> diff --git a/testdata/integration/user_defined_syntax/wikilike.out.osxml b/testdata/integration/user_defined_syntax/wikilike.out.osxml index 7545997..39cf9a4 100644 --- a/testdata/integration/user_defined_syntax/wikilike.out.osxml +++ b/testdata/integration/user_defined_syntax/wikilike.out.osxml @@ -34,7 +34,7 @@ </book:paragraph> <book:paragraph> <book:speech> - <book:text>Well, that's insane!</book:text> + <book:text>Well, that's insane!</book:text> </book:speech> <book:text>, I hear you say. Right so! This indeed is insane.</book:text> </book:paragraph> |