From ec1d0ef2470561ff412b606200e216164ce63678 Mon Sep 17 00:00:00 2001 From: Andrei Alexandrescu Date: Fri, 4 Aug 2017 23:06:09 -0400 Subject: [PATCH] Fix Issue 17527 - dlangspec.pdf: escape sequences table goes over the page boundaries --- spec/lex.dd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/lex.dd b/spec/lex.dd index 8e4fbf618d..27f1f011aa 100644 --- a/spec/lex.dd +++ b/spec/lex.dd @@ -540,8 +540,8 @@ $(H3 $(LNAME2 escape_sequences, Escape Sequences)) $(P The following table explains the meaning of the escape sequences listed in $(GLINK EscapeSequence):) - $(TABLE2 Escape Sequences, - $(THEAD Sequence, Meaning) + $(LONGTABLE_2COLS 0.8, Escape Sequences, + $(THEAD Sequence, Meaning), $(TROW $(D \'), Literal single-quote: $(D ')) $(TROW $(D \"), Literal double-quote: $(D ")) $(TROW $(D \?), Literal question mark: $(D ?))