{
	"description": "Test `format=table` on formatted indent when using */#/: (en)",
	"setup": [
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has text",
			"contents": "[[Has type::Text]]"
		},
		{
			"page": "Example/FT0007/1/1",
			"contents": "[[Has text::* 123 \n* 345]] [[Category:FT0007]]"
		},
		{
			"page": "Example/FT0007/1/2",
			"contents": "{{#subobject:|Has text=* 一二三 \n* 四五六 \nsome text without indent|@category=FT0007}}"
		},
		{
			"page": "Example/FT0007/1/3",
			"contents": "[[Has text::# abc \n# def]] [[Category:FT0007]]"
		},
		{
			"page": "Example/FT0007/1/4",
			"contents": "[[Has text::: ABC \n:: DEF]] [[Category:FT0007]]"
		},
		{
			"page": "Example/FT0007/1/5",
			"contents": "[[Has text::Some text * without indent]]"
		},
		{
			"page": "Example/FT0007/1/6",
			"contents": "[[Has text::*Without space\n#123]]"
		},
		{
			"page": "Example/FT0007/1a",
			"contents": "{{#ask: [[Category:FT0007]] |?Has text |format=table |link=none}}"
		},
		{
			"page": "Example/FT0007/1b",
			"contents": "{{#show: Example/FT0007/1/1 |?Has text }}"
		},
		{
			"page": "Example/FT0007/3a",
			"contents": "{{#show: Example/FT0007/1/3 |?Has text }}"
		},
		{
			"page": "Example/FT0007/5a",
			"contents": "{{#show: Example/FT0007/1/5 |?Has text }}"
		},
		{
			"page": "Example/FT0007/6a",
			"contents": "{{#show: Example/FT0007/1/6 |?Has text }}"
		}
	],
	"tests": [
		{
			"type": "format",
			"about": "#0",
			"subject": "Example/FT0007/1a",
			"assert-output": {
				"to-contain": [
					"<td class=\"smwtype_wpg\">Example/FT0007/1/1</td><td class=\"Has-text smwtype_txt\">",
					"<li>123",
					"<li>345",
					"<td class=\"smwtype_wpg\">Example/FT0007/1/2#_23d7b8d497db3b16b929e220bac23ffa</td><td class=\"Has-text smwtype_txt\">",
					"<li>一二三",
					"<li>四五六",
					"<p>some text without indent",
					"<td class=\"smwtype_wpg\">Example/FT0007/1/3</td><td class=\"Has-text smwtype_txt\">",
					"<li>abc",
					"<li>def",
					"<tr data-row-number=\"4\" class=\"row-even\"><td class=\"smwtype_wpg\">Example/FT0007/1/4</td><td class=\"Has-text smwtype_txt\">",
					"<dd>ABC",
					"<dd>DEF"
				]
			}
		},
		{
			"type": "format",
			"about": "#1",
			"subject": "Example/FT0007/1b",
			"assert-output": {
				"to-contain": [
					"<ul>",
					"<li>123",
					"<li>345"
				]
			}
		},
		{
			"type": "format",
			"about": "#2",
			"subject": "Example/FT0007/3a",
			"assert-output": {
				"to-contain": [
					"<ol>",
					"<li>abc",
					"<li>def"
				]
			}
		},
		{
			"type": "format",
			"about": "#3",
			"subject": "Example/FT0007/5a",
			"assert-output": {
				"to-contain": [
					"<p>Some text * without indent"
				]
			}
		},
		{
			"type": "format",
			"about": "#4",
			"subject": "Example/FT0007/6a",
			"assert-output": {
				"to-contain": [
					"<ul>",
					"<li>Without space",
					"<ol>",
					"<li>123"
				]
			}
		}
	],
	"settings": {
		"wgContLang": "en",
		"wgLang": "en",
		"smwgNamespacesWithSemanticLinks": {
			"NS_MAIN": true,
			"SMW_NS_PROPERTY": true
		}
	},
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}