added comments

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@677 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2005-02-18 18:10:33 +00:00
parent c70f8f35b6
commit 122b775c87
3 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,7 @@
<PDU>
<set>
<opaque></opaque>
<opaque><!-- zzz --></opaque>
<!-- zzz -->
<roid>123.456.789.101112</roid>
</set>
</PDU>

View File

@ -1,6 +1,6 @@
<PDU>
<setOf>
<REAL>3.14</REAL>
<REAL><PLUS-INFINITY/></REAL>
<REAL><!--zzz--><PLUS-INFINITY/></REAL>
</setOf>
</PDU>

View File

@ -1,6 +1,7 @@
<PDU>
<extensibleSet>
<extension></extension>
<extension> <!-- ext --> </extension>
<!-- zzz -->
<zuka/>
</extensibleSet>
</PDU>