Lines Matching refs:raw

16         $raw = "Foo 'hello Bar";
18 $this->P->parse($raw);
30 … $this->assertEquals(array_map('stripbyteindex',$this->H->calls),$calls, 'wikitext => '.$raw);
34 $raw = "Foo said:'hello Bar";
36 $this->P->parse($raw);
48 … $this->assertEquals(array_map('stripbyteindex',$this->H->calls),$calls, 'wikitext => '.$raw);
52 $raw = "Foo hello' Bar";
54 $this->P->parse($raw);
66 … $this->assertEquals(array_map('stripbyteindex',$this->H->calls),$calls, 'wikitext => '.$raw);
70 $raw = "Foo hello') Bar";
72 $this->P->parse($raw);
84 … $this->assertEquals(array_map('stripbyteindex',$this->H->calls),$calls, 'wikitext => '.$raw);
88 $raw = "Foo 'hello' Bar";
90 $this->P->parse($raw);
104 … $this->assertEquals(array_map('stripbyteindex',$this->H->calls),$calls, 'wikitext => '.$raw);
108 $raw = "hey it's fine weather today";
110 $this->P->parse($raw);
122 … $this->assertEquals(array_map('stripbyteindex',$this->H->calls),$calls, 'wikitext => '.$raw);
127 $raw = "Foo ('hello') Bar";
129 $this->P->parse($raw);
143 … $this->assertEquals(array_map('stripbyteindex',$this->H->calls),$calls, 'wikitext => '.$raw);
147 $raw = 'Foo "hello Bar';
149 $this->P->parse($raw);
161 … $this->assertEquals(array_map('stripbyteindex',$this->H->calls),$calls, 'wikitext => '.$raw);
165 $raw = 'Foo said:"hello Bar';
167 $this->P->parse($raw);
179 … $this->assertEquals(array_map('stripbyteindex',$this->H->calls),$calls, 'wikitext => '.$raw);
183 $raw = 'Foo hello" Bar';
191 $this->P->parse($raw);
203 … $this->assertEquals(array_map('stripbyteindex',$this->H->calls),$calls, 'wikitext => '.$raw);
207 $raw = 'Foo hello") Bar';
215 $this->P->parse($raw);
227 … $this->assertEquals(array_map('stripbyteindex',$this->H->calls),$calls, 'wikitext => '.$raw);
230 $raw = 'Foo hello") Bar';
238 $this->P->parse($raw);
250 … $this->assertEquals(array_map('stripbyteindex',$this->H->calls),$calls, 'wikitext => '.$raw);
254 $raw = 'Foo "hello" Bar';
256 $this->P->parse($raw);
270 … $this->assertEquals(array_map('stripbyteindex',$this->H->calls),$calls, 'wikitext => '.$raw);
274 $raw = 'Foo ("hello") Bar';
276 $this->P->parse($raw);
290 … $this->assertEquals(array_map('stripbyteindex',$this->H->calls),$calls, 'wikitext => '.$raw);
294 $raw = 'Foo "{hello}" Bar';
296 $this->P->parse($raw);
310 $this->assertEquals(array_map('stripbyteindex',$this->H->calls),$calls,'wikitext - '.$raw);
314 $raw = 'Foo "[[www.domain.com]]" Bar';
316 $this->P->parse($raw);
330 $this->assertEquals(array_map('stripbyteindex',$this->H->calls),$calls,'wikitext => '.$raw);
335 $raw = 'There was written "He thought \'It\'s a man\'s world\'".';
337 $this->P->parse($raw);
358 $this->assertEquals(array_map('stripbyteindex',$this->H->calls),$calls,'wikitext => '.$raw);