Hi, I'm trying to detect a sequence like A followed by B, C, D. i.e. there is no strict contiguity between A and B, but strict contiguity between B, C and D.
Sample test case: https://gist.github.com/jainshailesh/57832683fb5137bd306e4844abd9ef86 testStrictFollowedByRelaxedContiguity passes, but testRelaxedFollowedByStrictContiguity fails. I'm not able to understand this behaviour. Am I missing something here? Thanks, Shailesh