Pull merge.
[yaffs-website] / vendor / symfony / css-selector / Tests / XPath / Fixtures / lang.xml
1 <test>
2   <a id="first" xml:lang="en">a</a>
3   <b id="second" xml:lang="en-US">b</b>
4   <c id="third" xml:lang="en-Nz">c</c>
5   <d id="fourth" xml:lang="En-us">d</d>
6   <e id="fifth" xml:lang="fr">e</e>
7   <f id="sixth" xml:lang="ru">f</f>
8   <g id="seventh" xml:lang="de">
9     <h id="eighth" xml:lang="zh"/>
10   </g>
11 </test>