From 4912a7cde26ad75768e9ef7645119c98bfd14c8f Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 3 Mar 2024 18:01:38 +0100 Subject: [PATCH] [PATCH] use (?:sub){0,2} to work with all pcre versions Gbp-Pq: Name upstream_use-sub-0-2-to-work-with-all-pcre-versions.patch --- autotests/html/highlight.ly.dark.html | 2 +- autotests/html/highlight.ly.html | 2 +- autotests/reference/highlight.ly.ref | 2 +- data/syntax/lilypond.xml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/autotests/html/highlight.ly.dark.html b/autotests/html/highlight.ly.dark.html index 8a84661..441a168 100644 --- a/autotests/html/highlight.ly.dark.html +++ b/autotests/html/highlight.ly.dark.html @@ -15,7 +15,7 @@ %} \header { - title = "Katepart Lilypond syntax highlighting test file" + title = "Katepart Lilypond syntax highlighting test file" composer = %{"Wilbert Berendsen"%} "Anonymus" poet = "The KDE team" opus = "1" diff --git a/autotests/html/highlight.ly.html b/autotests/html/highlight.ly.html index 8bc7146..1081ed3 100644 --- a/autotests/html/highlight.ly.html +++ b/autotests/html/highlight.ly.html @@ -15,7 +15,7 @@ %} \header { - title = "Katepart Lilypond syntax highlighting test file" + title = "Katepart Lilypond syntax highlighting test file" composer = %{"Wilbert Berendsen"%} "Anonymus" poet = "The KDE team" opus = "1" diff --git a/autotests/reference/highlight.ly.ref b/autotests/reference/highlight.ly.ref index f11654d..9b7afdb 100644 --- a/autotests/reference/highlight.ly.ref +++ b/autotests/reference/highlight.ly.ref @@ -9,7 +9,7 @@ %}

\header {
- title = "Katepart Lilypond syntax highlighting test file"
+ title = "Katepart Lilypond syntax highlighting test file"
composer = %{"Wilbert Berendsen"%} "Anonymus"
poet = "The KDE team"
opus = "1"
diff --git a/data/syntax/lilypond.xml b/data/syntax/lilypond.xml index 58a4459..1894d40 100644 --- a/data/syntax/lilypond.xml +++ b/data/syntax/lilypond.xml @@ -23,7 +23,7 @@ - + @@ -56,7 +56,7 @@ ]> @@ -1076,7 +1076,7 @@ - + -- 2.30.2