Lines Matching refs:raw
17 $raw = "Foo 'hello Bar";
19 $this->P->parse($raw);
31 $this->assertCalls($calls, $this->H->calls, 'wikitext => '.$raw);
35 $raw = "Foo said:'hello Bar";
37 $this->P->parse($raw);
49 $this->assertCalls($calls, $this->H->calls, 'wikitext => '.$raw);
53 $raw = "Foo hello' Bar";
55 $this->P->parse($raw);
67 $this->assertCalls($calls, $this->H->calls, 'wikitext => '.$raw);
71 $raw = "Foo hello') Bar";
73 $this->P->parse($raw);
85 $this->assertCalls($calls, $this->H->calls, 'wikitext => '.$raw);
89 $raw = "Foo 'hello' Bar";
91 $this->P->parse($raw);
105 $this->assertCalls($calls, $this->H->calls, 'wikitext => '.$raw);
109 $raw = "hey it's fine weather today";
111 $this->P->parse($raw);
123 $this->assertCalls($calls, $this->H->calls, 'wikitext => '.$raw);
128 $raw = "Foo ('hello') Bar";
130 $this->P->parse($raw);
144 $this->assertCalls($calls, $this->H->calls, 'wikitext => '.$raw);
148 $raw = 'Foo "hello Bar';
150 $this->P->parse($raw);
162 $this->assertCalls($calls, $this->H->calls, 'wikitext => '.$raw);
166 $raw = 'Foo said:"hello Bar';
168 $this->P->parse($raw);
180 $this->assertCalls($calls, $this->H->calls, 'wikitext => '.$raw);
184 $raw = 'Foo hello" Bar';
187 $this->P->parse($raw);
199 $this->assertCalls($calls, $this->H->calls, 'wikitext => '.$raw);
203 $raw = 'Foo hello") Bar';
207 $this->P->parse($raw);
219 $this->assertCalls($calls, $this->H->calls, 'wikitext => '.$raw);
222 $raw = 'Foo hello") Bar';
225 $this->P->parse($raw);
237 $this->assertCalls($calls, $this->H->calls, 'wikitext => '.$raw);
241 $raw = 'Foo "hello" Bar';
243 $this->P->parse($raw);
257 $this->assertCalls($calls, $this->H->calls, 'wikitext => '.$raw);
261 $raw = 'Foo ("hello") Bar';
263 $this->P->parse($raw);
277 $this->assertCalls($calls, $this->H->calls, 'wikitext => '.$raw);
281 $raw = 'Foo "{hello}" Bar';
283 $this->P->parse($raw);
297 $this->assertCalls($calls, $this->H->calls, 'wikitext - '.$raw);
301 $raw = 'Foo "[[www.domain.com]]" Bar';
303 $this->P->parse($raw);
317 $this->assertCalls($calls, $this->H->calls, 'wikitext => '.$raw);
322 $raw = 'There was written "He thought \'It\'s a man\'s world\'".';
324 $this->P->parse($raw);
345 $this->assertCalls($calls, $this->H->calls, 'wikitext => '.$raw);