{
	"description": "Test #info parser output (#1019, `wgContLang=en`, `wgLang=en`)",
	"setup": [
		{
			"message-cache": "clear",
			"page": "Info-warning",
			"contents": "{{#info: an error text | warning }}"
		},
		{
			"message-cache": "clear",
			"page": "Info-note",
			"contents": "{{#info: an info note | note }}"
		}
	],
	"tests": [
		{
			"type": "parser",
			"about": "#0",
			"subject": "Info-warning",
			"assert-output": {
				"to-contain": [
					"<span class=\"smw-highlighter\" data-type=\"4\" data-state=\"inline\" data-title=\"Error\" title=\"an error text\">",
					"<span class=\"smwtticon warning\">",
					"<div class=\"smwttcontent\">an error text</div>"
				]
			}
		},
		{
			"type": "parser",
			"about": "#1",
			"subject": "Info-note",
			"assert-output": {
				"to-contain": [
					"<span class=\"smw-highlighter\" data-type=\"7\" data-state=\"inline\" data-title=\"Note\" title=\"an info note\">",
					"<span class=\"smwtticon note\">",
					"<div class=\"smwttcontent\">an info note</div>"
				]
			}
		}
	],
	"settings": {
		"wgContLang": "en",
		"wgLang": "en"
	},
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}