@@ -22,8 +22,7 @@ Test basic formatting of BibTeX entries by reading from a file
2222 journal = "Celestial Mechanics and Dynamical Astronomy" ,
2323 publisher = "Springer Science and Business Media LLC" ,
2424 author = "Bravetti, Alessandro and Seri, Marcello and Vermeeren, Mats and Zadra, Federico" ,
25- year = "2020" ,
26- month = "jan"
25+ year = "2020"
2726 }
2827
2928Test formatting BibTeX with braces instead of quotes
@@ -71,8 +70,7 @@ Test writing to output file
7170 journal = "Celestial Mechanics and Dynamical Astronomy" ,
7271 publisher = "Springer Science and Business Media LLC" ,
7372 author = "Bravetti, Alessandro and Seri, Marcello and Vermeeren, Mats and Zadra, Federico" ,
74- year = "2020" ,
75- month = "jan"
73+ year = "2020"
7674 }
7775
7876Test handling of multiple entries
@@ -164,8 +162,7 @@ Test handling of stdin input
164162 journal = "Celestial Mechanics and Dynamical Astronomy" ,
165163 publisher = "Springer Science and Business Media LLC" ,
166164 author = "Bravetti, Alessandro and Seri, Marcello and Vermeeren, Mats and Zadra, Federico" ,
167- year = "2020" ,
168- month = "jan"
165+ year = "2020"
169166 }
170167
171168Test parsing of malformed BibTeX (should produce a warning but attempt to return original content)
@@ -198,8 +195,7 @@ Test handling of entries with unquoted values like month abbreviations
198195 title = "Test with unquoted values" ,
199196 author = "Some Author" ,
200197 journal = "Some Journal" ,
201- year = 2023 ,
202- month = {jan}
198+ year = 2023
203199 }
204200
205201Test URL unescaping in URL fields
0 commit comments