{
	"description": "Test #smwdoc parser output (#1019, en)",
	"setup": [
		{
			"page": "smwdoc-table",
			"contents": "{{#smwdoc: table|parameter=base }}"
		}
	],
	"tests": [
		{
			"type": "parser",
			"about": "#0 (should contain more elements, I'm to lazy to check for the rest)",
			"subject": "smwdoc-table",
			"assert-output": {
				"to-contain": [
					"<table class=\"wikitable sortable\">",
					"</td></tr></table>"
				]
			}
		}
	],
	"settings": {
		"wgContLang": "en",
		"wgLanguageCode": "en",
		"wgLang": "en"
	},
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}