[wmlparser2] added test case to wmlparser2.py
This commit is contained in:
parent
d1b1f1db3f
commit
3a74b229bd
1 changed files with 12 additions and 0 deletions
|
@ -690,6 +690,18 @@ code = <<
|
|||
[/test]
|
||||
""", "quoted2")
|
||||
|
||||
test(
|
||||
"""
|
||||
foo="bar"+
|
||||
|
||||
|
||||
|
||||
"baz"
|
||||
""",
|
||||
"""
|
||||
foo='bar' .. 'baz'
|
||||
""", "multi line string")
|
||||
|
||||
test2(
|
||||
"""
|
||||
[test]
|
||||
|
|
Loading…
Add table
Reference in a new issue