Add testcase for bug #19165
This commit is contained in:
parent
0d6020bd07
commit
5df94b53d7
1 changed files with 18 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue