Hi all,

I am new to ecs, I write a assert like

assertEquals("<ul><li>Hello World</li></ul>", new UL().addElement(
                new LI("Hello World")).toString());

I expect "<ul><li>Hello World</li></ul>" but actual ecs generate
"<ul><li>Hello World</ul>", it's missing "</li>"

My question is how to add the missing "</li>" tag??

Any input will be great .. thank you

Gordian

Reply via email to