sS assertNoLineBreaks(S s) { if (containsNewLine(s)) fail(shorten(quote(s), 80)); ret s; }