Skip to content

Vt102Emulation parsing tests.

Martin Hostettler requested to merge hostettler/konsole:pr/parsing-tests into master

Open questions:

  • Is it acceptable to change reportDecodingError, processToken, processSessionAttributeRequest and processChecksumRequest to virtual methods.
  • How should tokenBuffer be accessed from the test code.
  • How should printable characters be handled. Will be done in a follow up merge request.

I think this MR should create the basic infrastructure. More test can be added later.

Edited by Martin Hostettler

Merge request reports