Skip to content

Commit 0ed5415

Browse files
committed
---
yaml --- r: 174384 b: refs/heads/master c: 2c1d1fb h: refs/heads/master v: v3
1 parent f689245 commit 0ed5415

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 39e19ccdb6c89703a9c88eb88a26f61ec10d31f3
2+
refs/heads/master: 2c1d1fbdf96b4eb90fa48a3602cf869acf054d6c
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 9006c3c0f14be45da8ffeba43d354d088e366c83
55
refs/heads/try: 08f6380a9f0b866796080094f44fe25ea5636547

trunk/src/etc/htmldocck.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ def concat_multi_lines(f):
176176
firstlineno = None
177177
catenated = ''
178178

179+
if lastline is not None:
180+
raise RuntimeError('Trailing backslash in the end of file')
181+
179182
LINE_PATTERN = re.compile(r'''
180183
(?<=(?<!\S)@)(?P<negated>!?)
181184
(?P<cmd>[A-Za-z]+(?:-[A-Za-z]+)*)

0 commit comments

Comments
 (0)