blob: a9573fbaa7b76dcb40f7d490a3d057066db0a113 [file] [log] [blame]
// This test should not crash.
try {
let x = eval("0o19");
} catch(e) {
}
try {
let x = eval("0b19");
} catch(e) {
}