]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/bom-mark.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / bom-mark.ly
diff --git a/input/regression/bom-mark.ly b/input/regression/bom-mark.ly
new file mode 100644 (file)
index 0000000..31f06b7
--- /dev/null
@@ -0,0 +1,12 @@
+#(ly:expect-warning (_ "stray UTF-8 BOM encountered"))
+#(ly:set-option 'warning-as-error #f)
+ \version "2.16.0"
+
+
+\header {
+  texidoc = "This input file contains a UTF-8 BOM not at the very beginning,
+  but on the first line after the first byte. LilyPond should gracefully
+  ignore this BOM as specified in RFC 3629, but print a warning."
+}
+
+{ c }