A simple test follows:

Hello, world!

Access the same variable via the root variable (dot syntax):

Hello, world!

Access the same variable via the root variable (bracket syntax):

Hello, world!

Ensure that root lookups are unaffected by local variables:

Hello, world! Hello, world! Part Deux