% This file is part of Beastie <https://purl.org/nxg/dist/beastie>
% SPDX-FileCopyrightText: 2023 Norman Gray <https://nxg.me.uk>
% SPDX-License-Identifier: BSD-2-Clause

@Article{brackets,
  author = {{G{\"o}del}, Kurt and Kurt G{\"o}del}
}

    BibTeX gets "Ruiz y Picasso, Pablo" wrong.
    The surname is "Ruiz y Picasso"
@Article{vonparts,
  oddauthor1 = {{Aaa-Bbb}, First von and First von Aaa-Bbb},
  author = {Pablo Riuz y Picasso and Riuz y Picasso, Pablo and Pablo {Riuz y Picasso}}
}

    The following isn't one of the 'three possile forms' for a name,
    but bibtex parses it OK
@article{all-vol,
  author = {von Neumann}
}

@article{myles,
  author = {Myles na gCopaleen and na gCopaleen, Myles and Myles na gCopaleen Smith}
}

     bibtex decides that 'bell hooks' has surname 'hooks' and von-part 'bell',
     but '{bell} hooks' is parsed as given- and surname.
@article{lowercases,
  author = {Fred ffoulkes and bell hooks and {bell} hooks}
}

    bibtex consistently parses '\mc' as a von-part -- I think that's a mistake
@article{macros,
  author = {Finn \mc Cool and \fionn \mc Cool and \mc Cool, Finn and \mc Cool, \fionn}
}

    This is how ADS formats Lidia's name
    (I don't think they're doing the right thing here,
    but that's not my concern right here)
@article{lidia,
  author = "{Driel-Gesztelyi}, Lidia van"
}
