]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-depth-non-terminating.ly
Fix 1477: Update regtests to suppress expected warnings
[lilypond.git] / input / regression / markup-depth-non-terminating.ly
index 52e0f70ee02aa78a80614c3f8d7a6b73628be09b..3d9e00f5f4b73a2d3e67cf720dbf6e8cc3e342a8 100644 (file)
@@ -1,5 +1,6 @@
 \version "2.15.12"
 #(ly:set-option 'warning-as-error #f)
+#(ly:expect-warning (ly:translate-cpp-warning-scheme "Markup depth exceeds maximal value of %d; Markup: %s") 1024 "recursive-explosion-markup")
 
 \header {
   texidoc = "Markups have a maximum depth to prevent non-termination."