Small fixes
A selection of 80 fixes from 174 pull requests.
70.A missing semicolon
A generated doctest assertion could swallow the following array expression or IIFE as a continuation of its call. Terminate the generated statement.
11`${alias}(${source.slice(expression.start, expression.end)}, ${expected})``${alias}(${source.slice(expression.start, expression.end)}, ${expected});`