Ducasse / Citezen

Citezen is a bib parser and tool suite
5 stars 15 forks source link

extra parenthesis is reported as a SmaccTokenError and it should be properly report to the user #13

Open Ducasse opened 5 years ago

Ducasse commented 5 years ago

so the problem was that there was one entry later in the file that had an extra } and this one was not captured by the ruby scripts.

i.e.

@phdthesis{Gust00a, Author = {Gustafsson, Jan}, Title = {Analyzing Execution-Time of Object-Oriented Programs Using Abstract Interpretation}, Year = {2000} }

@phdthesis{Gust02a, Author = {Gustafsson, Jan}, Title = {Analyzing Execution-Time of Object-Oriented Programs Using Abstract Interpretation}, Year = {2000} }} ^^^^^ @phdthesis{Gust03a, Author = {Gustafsson, Jan}, Title = {Analyzing Execution-Time of Object-Oriented Programs Using Abstract Interpretation}, Year = {2000} }