{
	"description": "Test paser/in-text annotation",
	"properties": [],
	"subjects": [
		{
			"name": "Citation/Resource",
			"contents": "{{#scite:Foo:123|type=text|citation text=Citation for bar}}"
		},
		{
			"name": "Example/01/1",
			"contents": "[[CiteRef::Foo:123]]"
		},
		{
			"name": "Example/01/2",
			"contents": "[[CiteRef::Foo:123|:50-52]]"
		}
	],
	"parser-testcases": [
		{
			"about": "#0 verify citation resource definition",
			"subject": "Citation/Resource",
			"store": {
				"semantic-data": {
					"strict-mode-valuematch": false,
					"propertyCount": 3,
					"propertyKeys": [ "__sci_cite", "_MDAT", "_SKEY" ],
					"propertyValues": [ "Citation/Resource#_SCITE86f84b9b2cf2ae4405199e26f121b4e9" ]
				}
			}
		},
		{
			"about": "#1 verify citation resource container",
			"subject": "Citation/Resource#_SCITE86f84b9b2cf2ae4405199e26f121b4e9",
			"store": {
				"semantic-data": {
					"strict-mode-valuematch": false,
					"propertyCount": 3,
					"propertyKeys": [ "__sci_cite_key", "__sci_cite_text", "_SKEY" ],
					"propertyValues": [ "Foo:123", "Citation for bar" ]
				}
			}
		},
		{
			"about": "#2 verify reference",
			"subject": "Example/01/1",
			"store": {
				"semantic-data": {
					"strict-mode-valuematch": false,
					"propertyCount": 3,
					"propertyKeys": [ "__sci_cite_reference", "_MDAT", "_SKEY" ],
					"propertyValues": [ "Foo:123" ]
				}
			},
			"expected-output": {
				"to-contain": [
					"<span id=\"scite-ref-86f84b9b2cf2ae4405199e26f121b4e9-1-a\" class=\"scite-citeref-number\" data-reference=\"Foo:123\"><a href=\"#scite-86f84b9b2cf2ae4405199e26f121b4e9\">1</a></span>",
					"<li id=\"scite-86f84b9b2cf2ae4405199e26f121b4e9\"><span class=\"scite-referencelinks\"><a href=\"#scite-ref-86f84b9b2cf2ae4405199e26f121b4e9-1-a\" class=\"scite-backlink\" data-citeref-format=\"number\">^</a>"
				]
			}
		},
		{
			"about": "#3 verify short form",
			"subject": "Example/01/2",
			"store": {
				"semantic-data": {
					"strict-mode-valuematch": false,
					"propertyCount": 3,
					"propertyKeys": [ "__sci_cite_reference", "_MDAT", "_SKEY" ],
					"propertyValues": [ "Foo:123" ]
				}
			},
			"expected-output": {
				"to-contain": [
					"<span id=\"scite-ref-86f84b9b2cf2ae4405199e26f121b4e9-1-a\" class=\"scite-citeref-number\" data-reference=\"Foo:123\"><a href=\"#scite-86f84b9b2cf2ae4405199e26f121b4e9\">1</a></span><span class=\"scite-citeref-shortcaption\">:50-52</span>",
					"<li id=\"scite-86f84b9b2cf2ae4405199e26f121b4e9\"><span class=\"scite-referencelinks\"><a href=\"#scite-ref-86f84b9b2cf2ae4405199e26f121b4e9-1-a\" class=\"scite-backlink\" data-citeref-format=\"number\">^</a>"
				]
			}
		}
	],
	"settings": {
		"wgContLang": "en",
		"scigReferenceListType": "ol",
		"scigCitationReferenceCaptionFormat" : 1,
		"smwgPageSpecialProperties": [ "_MDAT" ]
	},
	"meta": {
		"version": "0.1",
		"is-incomplete": false,
		"debug": false
	}
}