I have a bug using Biber and LaTeX:
Here is my MNWE:
test.bib:
@misc{citation1, title = {Any title}, author = {{{Foo} bar}}, },
test.tex:
\documentclass{book}
\usepackage[backend=biber]{biblatex}
\addbibresource{test.bib}
\begin{document}
Minimal\cite{citation1}.
\end{document}
Where changing the author line in bib-file by author = {{Foo} bar} corrects the issue.
Errors:
(./test.bbl
Runaway argument?
{{{hash=caae7d4677b9798ddeb82790f6e3b20d}{{{Foo}\bibnamedelimb bar}}{\ETC.
! Paragraph ended before \name was complete.
When using BibTeX, there is no problem (change backend=bibtex).
Tried with biber 1.2 and the last biblatex and biber 0.99 and the biblatex included in texlive2011, same problem.
