Merge branch 'master' of github.com:wesnoth/wesnoth-old
This commit is contained in:
commit
5165a20579
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