Difference between revisions of "Msg(crit)"
(→Examples) |
|||
Line 6: | Line 6: | ||
===Examples=== | ===Examples=== | ||
− | msg[crit]= | + | "msg[crit]=Fatal Example Error!" |
Please not that as part of quoted [[Advanced file parameters|advanced file parameters]], you need to escape the single quotes here; so the full parameter would be: | Please not that as part of quoted [[Advanced file parameters|advanced file parameters]], you need to escape the single quotes here; so the full parameter would be: | ||
− | "msg[crit]= | + | """msg[crit]=Fatal Example Error!""" |
===Description=== | ===Description=== |
Revision as of 18:56, 18 February 2008
Displays a message when reached, failing the test.
Contents
Usage
msg[crit]=<text(string)>
Examples
"msg[crit]=Fatal Example Error!"
Please not that as part of quoted advanced file parameters, you need to escape the single quotes here; so the full parameter would be:
"""msg[crit]=Fatal Example Error!"""
Description
Displays an error message, and returns the tests as unmatched.