Searched refs:countHrCalls (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/_test/tests/Parsing/ParserMode/ |
| H A D | GfmHrTest.php | 23 protected function countHrCalls(string $syntax, string $input): int function in dokuwiki\\test\\Parsing\\ParserMode\\GfmHrTest 38 $this->assertSame(1, $this->countHrCalls('dw', "\n----\n")); 43 $this->assertSame(1, $this->countHrCalls('dw', "\n--------\n")); 48 $this->assertSame(0, $this->countHrCalls('dw', "\n---\n")); 53 $this->assertSame(0, $this->countHrCalls('dw', "\n***\n")); 54 $this->assertSame(0, $this->countHrCalls('dw', "\n********\n")); 59 $this->assertSame(0, $this->countHrCalls('dw', "\n___\n")); 60 $this->assertSame(0, $this->countHrCalls('dw', "\n_____\n")); 65 $this->assertSame(0, $this->countHrCalls('dw', "\n ----\n")); 70 $this->assertSame(0, $this->countHrCalls('dw', "\n---- \n")); [all …]
|