blob: 175ecb2bceda69ea328b6c7f75416c89e66fbd37 [file] [log] [blame]
// Sticky should work across disjunctions.
assertEq(/A|B/y.exec("CB"), null);