X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fclef-warn.ly;h=986a6520f4ca4ba88ac64841dc2fd70a23296256;hb=b8e19438b2d69674efcf408586950e384d5e4b06;hp=425f4a4fa5885aa4051fe8e9a45e36224400539e;hpb=1ecdd56060e34a00b2be6b38029b286a601ea6f8;p=lilypond.git diff --git a/input/regression/clef-warn.ly b/input/regression/clef-warn.ly index 425f4a4fa5..986a6520f4 100644 --- a/input/regression/clef-warn.ly +++ b/input/regression/clef-warn.ly @@ -1,6 +1,9 @@ \version "2.14.0" #(ly:set-option 'warning-as-error #f) +#(ly:expect-warning (_ "unknown clef type `~a'") "foo") +% We don't need to match the whole list of clefs, the beginning will suffice +#(ly:expect-warning (_ "supported clefs: ~a") "C F G G2") \header { texidoc = "Unknown clef name warning displays available clefs"