Concordion > Commands > assertEquals >

Nested Actions

Though nested elements are supported, these elements may not contain commands. An "illegal markup" exception will be reported if any nested commands are detected.

Example

The following will result in an "illegal markup" exception being raised:

<span concordion:assertEquals="#fullName">Fred 
    <span concordion:set="#surname">Bloggs</span>
</span>