summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug576823-regexp.js
blob: 175ecb2bceda69ea328b6c7f75416c89e66fbd37 (plain)
1
2
3
// Sticky should work across disjunctions.

assertEq(/A|B/y.exec("CB"), null);