Changeset 727:c881c727177a in hatta-dev


Ignore:
Timestamp:
01/21/10 15:54:47 (2 years ago)
Author:
sheep@…
Branch:
default
Message:

fix the <div> -> <span> in pygments tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/test_parser.txt

    r726 r727  
    177177 
    178178>>> parse(u'{{{#!c++\nint eger;\n}}}') 
    179 <div class="highlight"><pre><div id="line_1"><span class="kt">int</span> <span class="n">eger</span><span class="p">;</span></div></pre></div> 
     179<div class="highlight"><pre><span id="line_1"><span class="kt">int</span> <span class="n">eger</span><span class="p">;</span></span></pre></div> 
    180180 
    181181>>> parse(u'|table|') 
Note: See TracChangeset for help on using the changeset viewer.