blob: 5a4cc3e6d30f610b4653793d2e67a78fc1ed3a33 [file] [log] [blame]
This test checks that NodeIterator.detach() is a no-op.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS iterator.nextNode().id is "a"
PASS iterator.detach() did not throw exception.
PASS iterator.nextNode().id is "b"
PASS successfullyParsed is true
TEST COMPLETE