literal is missing closing delimiter

Cause:

Did you forget to close a (double) quote mark?

Example:

textexample textexample

Bad:
textexample
textexample
Good:
textexample textexample

Solution:

textexample textexample

References: