Commit 64219447 authored by Tres Seaver's avatar Tres Seaver

* Allow data with linebreaks

parent f9716f4a
......@@ -17,7 +17,7 @@ def userdeffn(str):
from string import upper
return upper(str)
charstre = "'[^\n']*'"
charstre = "'[^']*'"
def charstfn(str):
return str[1:-1]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment