I want to create a block test that tests the section name. The section name though contains & and - in many cases. With these characters a test such as this: 
	does not work.
The test code is actually php so does anyone know how I can include these characters in the test string?
I've tried all manner of methods without any luck.
					Code:
	
	<actinic:variable name="SectionName" selectable="false"/> !="words to test & work - try them"
The test code is actually php so does anyone know how I can include these characters in the test string?
I've tried all manner of methods without any luck.
Comment