Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / routing / Tests / Fixtures / list_null_values.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <routes xmlns="http://symfony.com/schema/routing"
3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4     xsi:schemaLocation="http://symfony.com/schema/routing
5         http://symfony.com/schema/routing/routing-1.0.xsd">
6
7     <route id="blog" path="/blog">
8         <default key="_controller">
9             <string>AcmeBlogBundle:Blog:index</string>
10         </default>
11         <default key="list">
12             <list>
13                 <bool xsi:nil="true" />
14                 <int xsi:nil="true" />
15                 <float xsi:nil="1" />
16                 <string xsi:nil="true" />
17                 <list xsi:nil="true" />
18                 <map xsi:nil="true" />
19             </list>
20         </default>
21     </route>
22 </routes>