blob: 58d8ae7f46ef88207f42b1de4dc30313c450d4b8 [file] [log] [blame]
description(
"This tests that JavaScriptCore ForInNodes are converted correctly to text."
);
function test() {
for (j in index) {
testProperty(index[j]);
}
}
shouldBeTrue("test.toString().match('for *[(]j *in *index[)]') != null");