{
	"description": "Test `format=list` output",
	"setup": [
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has page property",
			"contents": "[[Has type::Page]]"
		},
		{
			"page": "Foo",
			"contents": "[[Has page property::ABC]]"
		},
		{
			"page": "Bar",
			"contents": "[[Has page property::ABC]]"
		},
		{
			"page": "Baz",
			"contents": "[[Has page property::ABC]]"
		},
		{
			"page": "Quok",
			"contents": "[[Has page property::ABC]]"
		},
		{
			"page": "Example/0401",
			"contents": "{{#ask:[[Has page property::ABC]] |format=list}}"
		}
	],
	"tests": [
		{
			"type": "parser-html",
			"about": "#0 Basic List format",
			"subject": "Example/0401",
			"assert-output": {
				"to-be-valid-html": true,
				"to-contain": [
					"p > a[ title='Bar' ] + a[ title='Baz' ] + a[ title='Foo' ] + a[ title='Quok' ]",
					[ "p > a", 4 ]
				]
			}
		}
	],
	"settings": {
		"smwgNamespacesWithSemanticLinks": {
			"NS_MAIN": true,
			"SMW_NS_PROPERTY": true
		}
	},
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}