Could there be an error in the first assert on test_decompress_mixed_patterns?
assert_eq!(decompress("a2b10c1"), "aabbbbbbbbbbcc1"); // example with large middle
Shouldn't it be without "c1"?
Could there be an error in the first assert on test_decompress_mixed_patterns?
assert_eq!(decompress("a2b10c1"), "aabbbbbbbbbbcc1"); // example with large middle
Shouldn't it be without "c1"?