Zine

open source content publishing system


Changeset 1364:fcb01dfbd811


Ignore:
Timestamp:
02/04/10 02:03:04 (2 years ago)
Author:
Jonas Fietz <info@…>
Branch:
default
Message:

Fix testcase for zeml parser to accomodate reason attribute

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zine/utils/zeml.py

    r1279 r1364  
    600600        following example: 
    601601 
    602         >>> root = parse_zeml("1 <b>2</b> 3") 
     602        >>> root = parse_zeml("1 <b>2</b> 3", 'system') 
    603603        >>> root.text 
    604604        u'1 ' 
Note: See TracChangeset for help on using the changeset viewer.