Skip to content

Commit 6fe091c

Browse files
authored
Remove HTML and PHP nodes: no longer supported since Jack Jackrum (#191)
1 parent c73ec5f commit 6fe091c

File tree

12 files changed

+0
-259
lines changed

12 files changed

+0
-259
lines changed

_test/json/html_block.json

Lines changed: 0 additions & 35 deletions
This file was deleted.

_test/json/html_block.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

_test/json/html_inline.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

_test/json/html_inline.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

_test/json/php_block.json

Lines changed: 0 additions & 35 deletions
This file was deleted.

_test/json/php_block.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

_test/json/php_inline.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

_test/json/php_inline.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

_test/renderer.test.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public function test_renderer($dokuwikiMarkup, $expectedJSON, $msg)
2323
global $ID;
2424
$ID = 'wiki:syntax';
2525
$instructions = p_get_instructions($dokuwikiMarkup);
26-
// print_r($instructions);
2726
$doc = p_render('prosemirror', $instructions, $info);
2827
$this->assertJsonStringEqualsJsonString($expectedJSON, $doc, $msg);
2928
}

parser/HtmlPhpNode.php

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)