My code for Problem 459 - "Repeated Substring pattern" shows accepted when I manually input this pattern "aaaa" for debugging. However, when I submit my solution, it fails for this exact same case. Has anyone faced the same issue