!**< def !define test (!|fitlibrary.specify.specialAction.SpecialActions| |'''show escaped'''|''ten''| |'''show escaped'''|''html''| |'''show escaped'''|''a true action''| |'''show escaped'''|''a false action''| |'''show escaped'''|''an error action''| |'''show escaped'''|''a string with white space''| ) **! !2 'show' adds a new cell to the row to show the returned value of an action |!-fitlibrary.spec.SpecifyFixture-!| |${test}|!-
fitlibrary.specify.specialAction.SpecialActions

show escaped ten
10

show escaped html
<ul><li>ita<li>lics</ul>

show escaped a true action
true
show escaped a false action
false
show escaped
whoops
an error action

show escaped a string with white space
	line one
	line	2
-!|