{
	"description": "Test `smwgPlainList` configuration parameter (#4367)",
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": true
	},
	"setup": [
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Version",
			"contents": "[[Has type::Text]]"
		},
		{
			"page": "f-0403/Data",
			"contents": "[[Version::VeryVersion]]"
		},
		{
			"page": "f-0403/Test-1",
			"contents": "{{#ask: [[f-0403/Data]] |?Version |format=list }}"
		}

	],
	"tests": [
		{
			"type": "parser",
			"about": "#0 format=list outputs plain list",
			"subject": "f-0403/Test-1",
			"assert-output": {
				"to-contain": [
						"VeryVersion"
				],
				"not-contain": [
					"<span class=\"smw-format list-format"
				]
			}
		}
	],
	"settings": {
		"smwgPlainList": true
	}
}
