description( 'Test for regression against Yarr Interpreter is crashing in some cases of look-ahead regex patterns' ); shouldBe('"ab".match(/a(?=b|c)/)', '["a"]'); shouldBe('"abd".match(/a(?=c|b)|d/)', '["a"]');