summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticResultFormats/tests/phpunit/Integration/JSONScript/TestCases/bibtex-01.json
blob: 2966fbe0e3da0f3ccce105bfe5398ce80d3b7d25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
	"description": "Test `format=bibtex`",
	"setup": [
		{
			"page": "Has author",
			"namespace": "SMW_NS_PROPERTY",
			"contents": "[[Has type::Text]]"
		},
		{
			"page": "Has title",
			"namespace": "SMW_NS_PROPERTY",
			"contents": "[[Has type::Text]]"
		},
		{
			"page": "Has publisher",
			"namespace": "SMW_NS_PROPERTY",
			"contents": "[[Has type::Text]]"
		},
		{
			"page": "Has year",
			"namespace": "SMW_NS_PROPERTY",
			"contents": "[[Has type::Date]]"
		},
		{
			"page": "Has address",
			"namespace": "SMW_NS_PROPERTY",
			"contents": "[[Has type::Text]]"
		},
		{
			"page": "Has edition",
			"namespace": "SMW_NS_PROPERTY",
			"contents": "[[Has type::Text]]"
		},
		{
			"page": "Has email",
			"namespace": "SMW_NS_PROPERTY",
			"contents": "[[Has type::Email]]"
		},
		{
			"page": "BibTex/00",
			"contents": "[[Category:Bibtex-00]]"
		},
		{
			"page": "BibTex/01",
			"contents": "[[Category:Bibtex-01]] [[Type::incollection]] [[Has author:: Eric S. Maskin]] [[Has editor::Leonid Hurwicz]] [[Has editor::David Schmeidler]] [[Has editor::Hugo Sonnenschein]] [[Has title::The theory of implementation in nash equilibrium: a survey]] [[Has booktitle::Social Goals and Social Organization]] [[Has year::1985]] [[Has publisher::Cambridge University Press]] [[Has address::Cambridge]] [[Has pages::173-204]]"
		},
		{
			"page": "BibTex/02",
			"contents": "[[Category:Bibtex-02]] [[Has author::Milton Abramowitz]] [[Has author::Irene A. Stegun]] [[Has title::Handbook of Mathematical Functions]] [[Has year::1964]] [[Has publisher::Dover]] [[Has address::New York]] [[Has edition::ninth Dover printing, tenth GPO printing]]"
		}
	],
	"tests": [
		{
			"type": "special",
			"about": "#0 `format=bibtex` empty (bibtex-01-0.bib)",
			"special-page": {
				"page": "Ask",
				"request-parameters": {
					"p": {
						"link": "none",
						"limit": "10",
						"offset": "0",
						"mainlabel": "",
						"format": "bibtex"
					},
					"q": "[[Category:Bibtex-00]]",
					"po": "?Has author=author|?Has title=title|?Has publisher=publisher|?Has year=year|?Has address=address|?Has edition=edition"
				}
			},
			"assert-output": {
				"to-contain": {
					"contents-file" : "/../Fixtures/bibtex-01-0.bib"
				}
			}
		},
		{
			"type": "special",
			"about": "#1 `format=bibtex` single author, editor (bibtex-01-1.bib)",
			"special-page": {
				"page": "Ask",
				"request-parameters": {
					"p": {
						"link": "none",
						"limit": "10",
						"offset": "0",
						"mainlabel": "",
						"format": "bibtex"
					},
					"q": "[[Category:Bibtex-01]]",
					"po": "?Type=type|?Has author=author|?Has title=title|?Has publisher=publisher|?Has year=year|?Has address=address|?Has edition=edition|?Has editor=editor|?Has pages=pages|?Has booktitle=booktitle"
				}
			},
			"assert-output": {
				"to-contain": {
					"contents-file" : "/../Fixtures/bibtex-01-1.bib"
				}
			}
		},
		{
			"type": "special",
			"about": "#2 `format=bibtex` multiple authors (bibtex-01-2.bib)",
			"special-page": {
				"page": "Ask",
				"request-parameters": {
					"p": {
						"link": "none",
						"limit": "10",
						"offset": "0",
						"mainlabel": "",
						"format": "bibtex"
					},
					"q": "[[Category:Bibtex-02]]",
					"po": "?Has author=author|?Has title=title|?Has publisher=publisher|?Has year=year|?Has address=address|?Has edition=edition"
				}
			},
			"assert-output": {
				"to-contain": {
					"contents-file" : "/../Fixtures/bibtex-01-2.bib"
				}
			}
		},
		{
			"type": "special",
			"about": "#3 `format=bibtex` multiple records (bibtex-01-3.bib)",
			"special-page": {
				"page": "Ask",
				"request-parameters": {
					"p": {
						"link": "none",
						"limit": "10",
						"offset": "0",
						"mainlabel": "",
						"format": "bibtex"
					},
					"q": "[[Category:Bibtex-02]] OR [[Category:Bibtex-01]]",
					"po": "?Has author=author|+order=desc|?Has title=title|?Has publisher=publisher|?Has year=year|?Has address=address|?Has edition=edition"
				}
			},
			"assert-output": {
				"to-contain": {
					"contents-file" : "/../Fixtures/bibtex-01-3.bib"
				}
			}
		}
	],
	"settings": {
		"wgContLang": "en",
		"wgLang": "en",
		"smwgNamespacesWithSemanticLinks": {
			"NS_MAIN": true,
			"SMW_NS_PROPERTY": true
		}
	},
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}