Msg(info)
Displays a message when reached, fulfilling the test.
Contents
Usage
msg[info]=<text(string)>
Examples
"msg[info]=Just FYI."
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[info]=Just FYI."""
Description
Displays an information message, and provides match to continue tests.