Show
Ignore:
Timestamp:
04/29/08 11:44:25 (7 months ago)
Author:
ttrenka
Message:

Refs #6334; added a CDATA block to double check the test.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojo/trunk/tests/io/iframeResponse.xml

    r13451 r13453  
    77                <child>BAT</child> 
    88        </Children> 
     9        <![CDATA[ 
     10                function(){ 
     11                        for(var i=0; i<somethign; i++){ 
     12                                if(foo>bar){ /* whatever */ } 
     13                        } 
     14                } 
     15        ]]> 
    916        <a href="something">something else</a> 
    1017</Envelope>