Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / basic / bug576823-regexp.js
1 // Sticky should work across disjunctions.
2
3 assertEq(/A|B/y.exec("CB"), null);