fix(XmlHelper): declaration

This commit is contained in:
Victor Berchet
2016-08-12 21:26:03 -07:00
committed by Vikram Subramanian
parent 72bb38f83b
commit 96bf42261b
5 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@ export function main(): void {
<p i18n="m|d">foo</p>
<p i18n>{ count, plural, =0 { { sex, gender, other {<p>deeply nested</p>}} }}</p>`;
const XMB = `<? xml version="1.0" encoding="UTF-8" ?>
const XMB = `<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE messagebundle [
<!ELEMENT messagebundle (msg)*>
<!ATTLIST messagebundle class CDATA #IMPLIED>