A simple test follows:

${message}

Now perform a list assignment:

There are ${size(testList)} elements in the list.

${item}

Pathological case: zero item list:

There are ${size(testList)} elements in the list.

Keyset of hash model:

${item}

There are ${size(testHash)} elements in the hash.

Values of hash model:

${item}