javaDontUseTripleQuoteLiterals

By default, Selfie will encode multiline strings using triple quotes if the runtime supports it, or it will use comma-delimited single-quote strings if the runtime doesn't. This can cause a problem if you develop on Java 17 (and generate toBe assertions there) and then run your tests in CI on Java 11.

If you override this value to true, Selfie will never use triple quote literals.