tests: Add test for paths in ActionCall

This commit is contained in:
Mike Welsh 2020-07-12 17:58:07 -07:00
parent 4f755eafff
commit f9b1c586d1
3 changed files with 29 additions and 0 deletions

View File

@ -1,21 +1,44 @@
// frame 2
// call(3)
// frame 3 A
// frame 3 B
// call('3')
// frame 3 A
// frame 3 B
// call('SomeFrame')
// frame 4
// call(o) with toString
// frame 4
// call(5)
// frame 5
// foo
root
// mc._x
20
// call('/mc:theframe)'
// mc frame 5
// foo
mc
_level0.mc
// call('/mc:5)'
// mc frame 5
// foo
mc
_level0.mc
// tellTarget('mc') { call(5); }
// mc frame 5
// foo
mc
_level0.mc
// tellTarget('BadClip') { call(5); }
Target not found: Target="BadClip" Base="_level0"
// frame 5
@ -23,13 +46,19 @@ Target not found: Target="BadClip" Base="_level0"
root
// mc._x
20
// mc.f()
// call(5)
// mc frame 5
// foo
mc
_level0.mc
// call(1234)
// call('INVALID')
// call(4294967299)
// frame 3 A
// frame 3 B

Binary file not shown.

Binary file not shown.