blob: 4a11daefa6184ede8f9350168292e5105f5838f3 [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");
var successfullyParsed = true;