You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2016/05/14 20:46:56 UTC

svn commit: r1743858 - /webservices/axiom/trunk/testing/xml-testsuite/src/main/resources/org/apache/axiom/ts/xml/bulk/character-references.xml

Author: veithen
Date: Sat May 14 20:46:56 2016
New Revision: 1743858

URL: http://svn.apache.org/viewvc?rev=1743858&view=rev
Log:
Increase test coverage.

Added:
    webservices/axiom/trunk/testing/xml-testsuite/src/main/resources/org/apache/axiom/ts/xml/bulk/character-references.xml   (with props)

Added: webservices/axiom/trunk/testing/xml-testsuite/src/main/resources/org/apache/axiom/ts/xml/bulk/character-references.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/xml-testsuite/src/main/resources/org/apache/axiom/ts/xml/bulk/character-references.xml?rev=1743858&view=auto
==============================================================================
--- webservices/axiom/trunk/testing/xml-testsuite/src/main/resources/org/apache/axiom/ts/xml/bulk/character-references.xml (added)
+++ webservices/axiom/trunk/testing/xml-testsuite/src/main/resources/org/apache/axiom/ts/xml/bulk/character-references.xml Sat May 14 20:46:56 2016
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<root>
+    <elem1 attr="abc&quot;def"/>
+    <elem2 attr='abc&apos;def'/>
+    <elem3>123&lt;456</elem3>
+    <elem4>A&#9;B&#13;C</elem4>
+    <elem5 attr="A&#9;B&#13;C&#10;D"/>
+    <elem6 attr="&#x85;"/>
+</root>

Propchange: webservices/axiom/trunk/testing/xml-testsuite/src/main/resources/org/apache/axiom/ts/xml/bulk/character-references.xml
------------------------------------------------------------------------------
    svn:eol-style = native