Skip to content

Commit c5b42c9

Browse files
burblebeetkoeppe
authored andcommitted
CWG2747 Cannot depend on an already-deleted splice
Also fixes CWG1698.
1 parent 92b99b6 commit c5b42c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/lex.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
Line splicing can form
113113
a \grammarterm{universal-character-name}\iref{lex.charset}.
114114
\end{note}
115-
A source file that is not empty and that does not end in a new-line
116-
character, or that ends in a splice,
115+
A source file that is not empty and that (after splicing)
116+
does not end in a new-line character
117117
shall be processed as if an additional new-line character were appended
118118
to the file.
119119

0 commit comments

Comments
 (0)