Patched to Drupal 8.4.8 level. See https://www.drupal.org/sa-core-2018-004 and patch...
[yaffs-website] / vendor / symfony / translation / Tests / fixtures / non-valid.xlf
1 <?xml version="1.0"?>
2 <xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
3     <file source-language="en" datatype="plaintext" original="file.ext">
4         <body>
5             <trans-unit>
6                 <source>foo</source>
7                 <target>bar</target>
8             </trans-unit>
9         </body>
10     </file>
11 </xliff>