@Test(expectedExceptions = IllegalStateException.class)
public void comment_with_no_current_element()
{
MarkupWriter w = new MarkupWriterImpl();
w.comment("fail!");
}
@Test(expectedExceptions = IllegalStateException.class)
public void attribute_ns_with_no_current_element()
{