Names formatting

The test below passes in citeproc-js. Is it correct?

// book::seven-names-1
{
“type”: “book”,
“author”: [
{ “name”:“Doe, John” },
{ “name”:“van Winkle, Rip” },
{ “name”:“我妻, 栄” },
{ “name”:“Thucydides, Carl, III” },
{ “name”:“Tokugawa, Ieyasu !” },
{ “name”:“Ministry of Fear, Loathing and Error !!” },
{ “name”:“Prince” }
],
“issued”: “2000”,
“title”: “Our Story”
}

// names/test021.txt
{
“citation”:[ {“source”:“book::seven-names-1”} ],
“testof”: “citation”,
“csl”:"

", "result":"John DOE, Rip van WINKLE, 我妻栄, Carl THUCYDIDES III, TOKUGAWA Ieyasu, et al." }

Frank