Changeset 268

Show
Ignore:
Timestamp:
03/15/2008 06:40:19 (8 months ago)
Author:
jgarber
Message:

Removing test for nested pre tags. Let someone submit a patch if they want that feature.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/superredcloth/test/code.yml

    r267 r268  
    3131" 
    3232html: "<pre><code>Math fact: 3 &amp;lt; 5 &amp;amp; 5 &amp;gt; 3 but &amp;pound;5 &amp;#62; $5.</code></pre>" 
    33 --- 
    34 name: nested pre tags 
    35 in: |- 
    36   <pre> 
    37   <code> 
    38     Properly escaped here. 
    39    
    40     <pre> 
    41       a = 1 
    42     </pre> 
    43    
    44     Still in the pre. 
    45   </code> 
    46   </pre> 
    47 html: |-   
    48   <pre> 
    49   <code> 
    50     Properly escaped here. 
    51    
    52     &lt;pre&gt; 
    53       a = 1 
    54     &lt;/pre&gt; 
    55    
    56     Still in the pre. 
    57   </code> 
    58   </pre> 
    5933--- 
    6034name: no formatting within pre