Ad
  • Custom User Avatar

    bump for this as still seeing it. A limit of three consecutive characters implies a number no greater than 4999 so the tests should reflect this.

  • Custom User Avatar

    some of your tests are wrong, if they work for you, it would suggest your function is wrong
    e.g.
    [TestCase("[[]]", false)]
    [TestCase("{{}}", false)]
    [TestCase("(())", false)]
    these should all return true