Skip to content

feat: added test for terminator and todos about strange edge cases

Florian Naumann requested to merge bool_purist/ion:unit_test_terminator into master

The Struct Terminator is the 1. step for lexing ion source code.

I think that such elementary blocks should be validated in isolation via unit tests. Unit test help to understand the behavior of the implementation.

Theses unit tests point out that there some weird edge cases. These cases are documented in TODOs there. A subsequent PR should fix those cases in my opinion.

Merge request reports