Fix biblatex parsing of @commentary entries.

Previously they were skippedas comments due to a bug.
Closes #11322.
This commit is contained in:
John MacFarlane
2025-12-04 22:55:19 +01:00
parent 78929adb4d
commit dc4f624584
+1 -1
View File
@@ -821,7 +821,7 @@ bibComment :: BibParser ()
bibComment = do
cistring "comment"
spaces'
void inBraces <|> bibSkip <|> return ()
void inBraces
bibPreamble :: BibParser ()
bibPreamble = do