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 f689245 commit 0ed5415Copy full SHA for 0ed5415
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 39e19ccdb6c89703a9c88eb88a26f61ec10d31f3
+refs/heads/master: 2c1d1fbdf96b4eb90fa48a3602cf869acf054d6c
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 9006c3c0f14be45da8ffeba43d354d088e366c83
5
refs/heads/try: 08f6380a9f0b866796080094f44fe25ea5636547
trunk/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