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

@ -15,7 +15,7 @@ describe('template i18n extraction output', () => {
const outDir = '';
it('should extract i18n messages', () => {
const EXPECTED = `<? xml version="1.0" encoding="UTF-8" ?>
const EXPECTED = `<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE messagebundle [
<!ELEMENT messagebundle (msg)*>
<!ATTLIST messagebundle class CDATA #IMPLIED>