// Same-line scalar (may be multiline with continuation)
if (next.type === TokenType.Scalar) {
if (this.currentToken().type === TokenType.Indent) {
this.advance();
}
if (token.format !== 'none') {
return this.scalarFromToken(token);
}