Failing test for text-face-names containing &s

This commit is contained in:
Seth Fitzsimmons 2013-11-22 16:36:57 -08:00
parent 65a7d6589e
commit 0b584a84e7
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#layer {
text-name: [name];
text-face-name: "El&Font Bubble Regular";
}

View File

@ -0,0 +1,5 @@
<Style name="style" filter-mode="first">
<Rule>
<TextSymbolizer face-name="El&amp;Font Bubble Regular" ><![CDATA[[name]]]></TextSymbolizer>
</Rule>
</Style>