We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e19cc commit 2c1d1fbCopy full SHA for 2c1d1fb
src/etc/htmldocck.py
@@ -176,6 +176,9 @@ def concat_multi_lines(f):
176
firstlineno = None
177
catenated = ''
178
179
+ if lastline is not None:
180
+ raise RuntimeError('Trailing backslash in the end of file')
181
+
182
LINE_PATTERN = re.compile(r'''
183
(?<=(?<!\S)@)(?P<negated>!?)
184
(?P<cmd>[A-Za-z]+(?:-[A-Za-z]+)*)
0 commit comments