Add more test coverage of `RESPTranslator`
Motivation:
Diagnostics for why .bulkString parses might fail were weak, and edge cases fell through gaps in coverage were found.
Modifications:
Added new cases to RESPTranslator.ParsingError for .bulkString parsing with additional test coverage.
Result:
Users should have better diagnostics for bogus data or failed parsing state.