You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/lmht/lmht.test.tsx
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1601,4 +1601,15 @@ describe('LMHT', () => {
1601
1601
1602
1602
assert.equal(outXmlString,expectedOutString);
1603
1603
});
1604
+
1605
+
it('Issue 80',()=>{
1606
+
constxmlString=`<lmht><cabeca><titulo>Listagem de clientes</titulo></cabeca><corpo><titulo1>Clientes</titulo1><tabela><cabeca-tabela><linha><celula>Id</celula><celula>Nome</celula></linha></cabeca-tabela><corpo-tabela><linha><celula>1</celula><celula>Italo</celula></linha><linha><celula>2</celula><celula>Leonel</celula></linha></corpo-tabela></tabela></corpo></lmht>`;
0 commit comments