SQL Format Precondition: how to quote an alpha expectedResult?

All examples in the documentation show numeric expected results only. How to quote alpha expected results, single ('), double (") or no quotes or something else? Example (with double quotes):

–precondition-sql-check expectedResult:“Bob” SELECT MIN(NAME) FROM employees

DBMS is Oracle.

Many thanks and greetings from Hamburg/Germany, Markus