Failing test for text-face-names containing &s
This commit is contained in:
parent
65a7d6589e
commit
0b584a84e7
4
test/rendering-mss/text-face-name-escaping.mss
Normal file
4
test/rendering-mss/text-face-name-escaping.mss
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#layer {
|
||||||
|
text-name: [name];
|
||||||
|
text-face-name: "El&Font Bubble Regular";
|
||||||
|
}
|
5
test/rendering-mss/text-face-name-escaping.xml
Normal file
5
test/rendering-mss/text-face-name-escaping.xml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<Style name="style" filter-mode="first">
|
||||||
|
<Rule>
|
||||||
|
<TextSymbolizer face-name="El&Font Bubble Regular" ><![CDATA[[name]]]></TextSymbolizer>
|
||||||
|
</Rule>
|
||||||
|
</Style>
|
Loading…
Reference in New Issue
Block a user