From: Christian Hitz Date: Sat, 13 Feb 2010 11:59:14 +0000 (+0100) Subject: Fix issue 1011. X-Git-Tag: release/2.13.14-1~77 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e01b9d466e0d65ad3358904c7d140035286db51d;p=lilypond.git Fix issue 1011. Make lilypond-book handle spaces before the closing '>' bracket as allowed by the HTML standard. --- diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index a5832ca99b..862307531d 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -392,7 +392,7 @@ snippet_res = { .*?)\s*:)?\s* (?P.*?) - />)''', + \s*/>)''', 'lilypond_block': r'''(?msx) @@ -401,7 +401,7 @@ snippet_res = { \s*(?P.*?)\s* > (?P.*?) - )''', + )''', 'lilypond_file': r'''(?mx) @@ -410,7 +410,7 @@ snippet_res = { \s*(?P.*?)\s* > \s*(?P.*?)\s* - )''', + )''', 'multiline_comment': r'''(?smx)