aboutsummaryrefslogtreecommitdiffstats
path: root/t/open311/populate-service-list.t
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-01-10 11:55:18 +0000
committerMatthew Somerville <matthew@mysociety.org>2020-01-10 11:55:18 +0000
commit9d66124566ebe5d8348ceadfeb54a7dd389e308c (patch)
tree60cd399d677794b768060652c160233cf0b4d569 /t/open311/populate-service-list.t
parent89897e5912e5ba17318917f5290561473d9b64c1 (diff)
parentba9efbd5b0bca630ecd6299240992efc3422dfca (diff)
Merge branch 'html-scrubber'
Diffstat (limited to 't/open311/populate-service-list.t')
-rw-r--r--t/open311/populate-service-list.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/open311/populate-service-list.t b/t/open311/populate-service-list.t
index 75c468666..40e124d03 100644
--- a/t/open311/populate-service-list.t
+++ b/t/open311/populate-service-list.t
@@ -430,7 +430,7 @@ for my $test (
required => 'true',
datatype_description => 'Type of bin',
order => 1,
- description => 'Type of bin'
+ description => 'Type of <b>bin</b>'
} ],
meta_xml => '<?xml version="1.0" encoding="utf-8"?>
@@ -444,7 +444,7 @@ for my $test (
<required>true</required>
<datatype_description>Type of bin</datatype_description>
<order>1</order>
- <description>Type of bin</description>
+ <description>&lt;type&gt;Type&lt;/type&gt; of &lt;b&gt;bin&lt;/b&gt;</description>
</attribute>
</attributes>
</service_definition>