summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/PHP_Markdown/nesting.test
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/tests/testfiles/PHP_Markdown/nesting.test')
-rw-r--r--macros/generic/markdown/tests/testfiles/PHP_Markdown/nesting.test30
1 files changed, 0 insertions, 30 deletions
diff --git a/macros/generic/markdown/tests/testfiles/PHP_Markdown/nesting.test b/macros/generic/markdown/tests/testfiles/PHP_Markdown/nesting.test
deleted file mode 100644
index f95ada9662..0000000000
--- a/macros/generic/markdown/tests/testfiles/PHP_Markdown/nesting.test
+++ /dev/null
@@ -1,30 +0,0 @@
-<<<
-Valid nesting:
-
-**[Link](url)**
-
-[**Link**](url)
-
-**[**Link**](url)**
-
-Invalid nesting:
-
-[[Link](url)](url)
->>>
-interblockSeparator
-strongEmphasis: (BEGIN link)(- label: Link)(- URI: url)(- title: )(END link)
-interblockSeparator
-BEGIN link
-- label: (strongEmphasis: Link)
-- URI: url
-- title:
-END link
-interblockSeparator
-strongEmphasis: (BEGIN link)(- label: (strongEmphasis: Link))(- URI: url)(- title: )(END link)
-interblockSeparator
-interblockSeparator
-BEGIN link
-- label: [Link](url)
-- URI: url
-- title:
-END link