module documentation

This takes the feedparser tests from here: http://feedparser.org/tests/wellformed/sanitize/ and rewrites them to be easier to handle (not using the internal model of feedparser). The input format is:: <!-- Description: {description} Expect: {expression} --> ... <content ...>{content}</content> ... The Expect expression is checked for ``entries[0]['content'][0]['value'] == {data}``. The output format is:: Description: {description} Expect: {expression} (if data couldn't be parsed) Options: {content, unescaped} ---------- {data, unescaped, if found}

Function parse_content Undocumented
Function serialize_content Undocumented
Function translate_all Undocumented
Function translate_file Undocumented
Variable _data_expect_re Undocumented
Variable _desc_re Undocumented
Variable _expect_re Undocumented
Variable _feed_data_expect_re Undocumented
def parse_content(content): (source)

Undocumented

def serialize_content(d): (source)

Undocumented

def translate_all(dir): (source)

Undocumented

def translate_file(filename): (source)

Undocumented

_data_expect_re = (source)

Undocumented

_desc_re = (source)

Undocumented

_expect_re = (source)

Undocumented

_feed_data_expect_re = (source)

Undocumented