<?xml version="1.0"?>
<!DOCTYPE VOTABLE SYSTEM "http://us-vo.org/xml/VOTable.dtd">
<VOTABLE version="v1.0">
<DEFINITIONS>
<COOSYS ID="J2000" equinox="2000." epoch="2000." system="eq_FK5" />
</DEFINITIONS>
<RESOURCE>
<TABLE>
<FIELD ID="ra_user" datatype="char" arraysize="*" null=""/>
<FIELD ID="dec_user" datatype="char" arraysize="*" null=""/>
<FIELD ID="info" datatype="char" arraysize="*" null=""/>
<FIELD ID="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 now 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>

