[wmlparser2] added test case to wmlparser2.py

This commit is contained in:
Allefant 2013-12-30 18:27:51 +01:00
parent d1b1f1db3f
commit 3a74b229bd

View file

@ -690,6 +690,18 @@ code = <<
[/test]
""", "quoted2")
test(
"""
foo="bar"+
"baz"
""",
"""
foo='bar' .. 'baz'
""", "multi line string")
test2(
"""
[test]