nitcc:: when removing a reduction in S/R, notify the token to not generate the reduce...
[nit.git] / tests / xml_tests / ibm20n01.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE student [
3 <!ELEMENT student (#PCDATA)>
4 ]>
5
6 <!-- testing invalid CData with illegal sequence -->
7 <![CDATA[<testing>This is ]]> a test</testing>]]>
8 <student>My Name is SnowMan. </student>