mirror of
https://github.com/sstent/node.git
synced 2026-01-26 23:22:28 +00:00
added todo and studff to test in app for tempdir detection
This commit is contained in:
42
app/node_modules/xml2js/test/fixtures/sample.xml
generated
vendored
Normal file
42
app/node_modules/xml2js/test/fixtures/sample.xml
generated
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
<sample>
|
||||
<chartest desc="Test for CHARs">Character data here!</chartest>
|
||||
<cdatatest desc="Test for CDATA" misc="true"><![CDATA[CDATA here!]]></cdatatest>
|
||||
<nochartest desc="No data" misc="false" />
|
||||
<whitespacetest desc="Test for normalizing and trimming">
|
||||
Line One
|
||||
Line Two
|
||||
</whitespacetest>
|
||||
<listtest>
|
||||
<item>
|
||||
This <subitem>Foo(1)</subitem> is
|
||||
<subitem>Foo(2)</subitem>
|
||||
character
|
||||
<subitem>Foo(3)</subitem>
|
||||
data!
|
||||
<subitem>Foo(4)</subitem>
|
||||
</item>
|
||||
<item>Qux.</item>
|
||||
<item>Quux.</item>
|
||||
</listtest>
|
||||
<arraytest>
|
||||
<item><subitem>Baz.</subitem></item>
|
||||
<item><subitem>Foo.</subitem><subitem>Bar.</subitem></item>
|
||||
</arraytest>
|
||||
<emptytest/>
|
||||
<ordertest>
|
||||
<one>1</one>
|
||||
<two>2</two>
|
||||
<three>3</three>
|
||||
<one>4</one>
|
||||
<two>5</two>
|
||||
<three>6</three>
|
||||
</ordertest>
|
||||
<validatortest>
|
||||
<emptyarray/>
|
||||
<oneitemarray>
|
||||
<item>Bar.</item>
|
||||
</oneitemarray>
|
||||
<numbertest>42</numbertest>
|
||||
<stringtest>43</stringtest>
|
||||
</validatortest>
|
||||
</sample>
|
||||
Reference in New Issue
Block a user