<?xml version="1.0"?>
<VOTABLE version="1.3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.ivoa.net/xml/VOTable/v1.3"
xmlns:stc="http://www.ivoa.net/xml/STC/v1.30">
<DEFINITIONS>
<COOSYS ID="J2000" equinox="2000." epoch="2000." system="eq_FK5" />
</DEFINITIONS>
<RESOURCE>
<TABLE>
<FIELD name="ra" ucd="POS_EQ_RA_MAIN" ref="J2000" datatype="float" unit="deg" precision="F3" width="7" />
<FIELD name="dec" ucd="POS_EQ_DEC_MAIN" ref="J2000" datatype="float" unit="deg" precision="F3" width="7" />
<FIELD name="info" datatype="char" arraysize="*" />
<FIELD name="id" ucd="ID_MAIN" datatype="char" arraysize="*" />
<DATA>
<TABLEDATA>
<TR><TD>1</TD><TD>1</TD><TD>"hey, this "   is" a test!"</TD><TD>0</TD></TR>
<TR><TD>2</TD><TD>2</TD><TD>"uh, um..., well, err,…"</TD><TD>1</TD></TR>
<TR><TD>120</TD><TD>-30.4</TD><TD>"more "punctuation" madness!@#%^"</TD><TD>2</TD></TR>
<TR><TD>123.456</TD><TD>-90</TD><TD>"you know that ;',./.lk[039512# really stands for curse words"</TD><TD>3</TD></TR>
<TR><TD>360</TD><TD>90</TD><TD>"crash, smash, "mash", crush, crumple, and die!"</TD><TD>4</TD></TR>
<TR><TD>0</TD><TD>0</TD><TD>"here's a really creative test: ,,",",",,,,",",,,,,,,,,,,,,, still alive? Take this:,",",,,,,,,",",","""",,""",,,,","",,,,,""",,,,""",,,",",,,","" "</TD><TD>5</TD></TR>
<TR><TD>34</TD><TD>56</TD><TD>no commas</TD><TD>6</TD></TR>
<TR><TD>56</TD><TD>34</TD><TD>""no commas but " one quote "" two quotes three """"</TD><TD>7</TD></TR>
</TABLEDATA>
</DATA>
</TABLE>
</RESOURCE>
</VOTABLE>
