{
	"description": "Test `format=table` on `_qty` for unit labels with spaces (#1718, `wgContLang=en`, `SMW_DV_NUMV_USPACE`)",
	"setup": [
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has area with spaces",
			"contents": "[[Has type::Quantity]], [[Corresponds to::1 km², km ²]] [[Corresponds to::0.38610 sq mi, sqmi]] [[Corresponds to::1000 m², m ²]]"
		},
		{
			"page": "Example/F0210/1",
			"contents": "[[Has area with spaces::10 km ²]] [[Has area with spaces::3 sqmi]] [[Has area with spaces::50 m ²]] [[Category:F0210]]"
		},
		{
			"page": "Example/F0210/Q1.1",
			"contents": "{{#ask: [[Category:F0210]][[Has area with spaces::+]] |?Has area with spaces |format=table |headers=plain }}"
		},
		{
			"page": "Example/F0210/Q1.2",
			"contents": "{{#ask: [[Has area with spaces::10 km ²]] |format=table |headers=plain |link=none }}"
		},
		{
			"page": "Example/F0210/Q1.3",
			"contents": "{{#ask: [[Has area with spaces::10 km²]] |format=table |headers=plain |link=none }}"
		}
	],
	"tests": [
		{
			"type": "format",
			"about": "#0",
			"subject": "Example/F0210/Q1.1",
			"assert-output": {
				"to-contain": [
					"<span class=\"smwtext\">10&#160;km²</span><span class=\"smwttcontent\">3.861&#160;sq mi &lt;br /&gt;10,000&#160;m² &lt;br /&gt;</span></span>",
					"<span class=\"smwtext\">7.77&#160;km²</span><span class=\"smwttcontent\">3&#160;sq mi &lt;br /&gt;7,770.008&#160;m² &lt;br /&gt;</span></span>",
					"<span class=\"smwtext\">0.05&#160;km²</span><span class=\"smwttcontent\">0.0193&#160;sq mi &lt;br /&gt;50&#160;m² &lt;br /&gt;</span></span>"
				]
			}
		},
		{
			"type": "format",
			"about": "#1",
			"subject": "Example/F0210/Q1.2",
			"assert-output": {
				"to-contain": [
					"<td class=\"smwtype_wpg\">Example/F0210/1</td>"
				]
			}
		},
		{
			"type": "format",
			"about": "#2",
			"subject": "Example/F0210/Q1.3",
			"assert-output": {
				"to-contain": [
					"<td class=\"smwtype_wpg\">Example/F0210/1</td>"
				]
			}
		}
	],
	"settings": {
		"wgContLang": "en",
		"wgLang": "en",
		"smwgDVFeatures": [
			"SMW_DV_NUMV_USPACE"
		],
		"smwgNamespacesWithSemanticLinks": {
			"NS_MAIN": true,
			"SMW_NS_PROPERTY": true
		}
	},
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}