blob: 05f8184292be0095002aa5a1e7cf3b0bdcb01a61 [file] [log] [blame]
Test to make sure that scoped variable access through an eval produces the correct results
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS first() is 'first'
PASS second() is 'second'
PASS third() is 'third'
PASS fourth() is 'fourth'
PASS fifth() is 'fifth'
PASS sixth() is 'sixth'
PASS seventh() is 'seventh'
PASS eighth() is 'eighth'
PASS nineth() is 'nineth'
PASS tenth() is 'tenth'
PASS eleventh() is 'eleventh'
PASS successfullyParsed is true
TEST COMPLETE