Merge branch 'master' of github.com:wesnoth/wesnoth-old

This commit is contained in:
Alexander van Gessel 2013-12-30 18:55:37 +01:00
commit 5165a20579

View file

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