Add testcase for bug #19165

This commit is contained in:
Alexander van Gessel 2012-04-20 23:34:34 +01:00
parent 0d6020bd07
commit 5df94b53d7

View file

@ -872,6 +872,24 @@ end
[/lua]
[/event]
[label]
x,y=3,2
text="objectives test"
[/label]
[event]
name=moveto
first_time_only=no
[filter]
x,y=3,2
[/filter]
[lua]
code=<<
local obj_note = string.rep("w", 5000)
wesnoth.wml_actions.objectives({ note = obj_note })
>>
[/lua]
[/event]
[event]
name=moveto
[filter]