Skip to content

Commit

Permalink
Minor: Remove duplicate tags from few tests
Browse files Browse the repository at this point in the history
Ref: #252
  • Loading branch information
kaushalmodi committed Jan 3, 2019
1 parent 47d8dd1 commit 14ecc11
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/site/content-org/all-posts.org
Expand Up @@ -1422,7 +1422,7 @@ code block does not have Markdown syntax lists.
- list 1
#+end_src
*** Example blocks :lists:hyphen:example_block:
**** Example block with list syntax in a list :@upstream:blackfriday:
**** Example block with list syntax in a list :@upstream:blackfriday:
:PROPERTIES:
:EXPORT_FILE_NAME: list-has-example-block-with-list-syntax
:END:
Expand Down Expand Up @@ -2114,7 +2114,7 @@ only the HTML output will be created (default).
Here is the summary.
#+hugo: more
Here is text after the [[https://gohugo.io/content-management/summaries#user-defined-manual-summary-splitting][summary splitter]].
*** COMMENT Summary Splitter at EOF :eof:
*** COMMENT Summary Splitter at EOF :eof:
:PROPERTIES:
:EXPORT_FILE_NAME: summary-splitter-at-eof
:END:
Expand Down Expand Up @@ -5414,15 +5414,15 @@ If the description is set via the subtree property
#+begin_description
Description set in special block
#+end_description
***** Single-line description with backslashes (TOML) :escaping:backslashes:front_matter:single_line:
***** Single-line description with backslashes (TOML) :escaping:backslashes:single_line:
:PROPERTIES:
:EXPORT_FILE_NAME: description-single-line-escaping-backslashes-org-special-block-toml
:END:
#+begin_description
Test to check that backslashes in =\|= and =\\= are correctly escaped.
#+end_description
Post content.
***** Multi-line description with backslashes (TOML) :escaping:backslashes:front_matter:multi_line:
***** Multi-line description with backslashes (TOML) :escaping:backslashes:multi_line:
:PROPERTIES:
:EXPORT_FILE_NAME: description-multi-line-escaping-backslashes-org-special-block-toml
:END:
Expand Down Expand Up @@ -5458,15 +5458,15 @@ show up with line breaks \\
but within the same paragraph.
#+end_description
Post content.
***** Single-line description with backslashes (YAML) :escaping:backslashes:front_matter:single_line:
***** Single-line description with backslashes (YAML) :escaping:backslashes:single_line:
:PROPERTIES:
:EXPORT_FILE_NAME: description-single-line-escaping-backslashes-org-special-block-yaml
:END:
#+begin_description
Test to check that backslashes in =\|= and =\\= are correctly escaped.
#+end_description
Post content.
***** Multi-line description with backslashes (YAML) :escaping:backslashes:front_matter:multi_line:
***** Multi-line description with backslashes (YAML) :escaping:backslashes:multi_line:
:PROPERTIES:
:EXPORT_FILE_NAME: description-multi-line-escaping-backslashes-org-special-block-yaml
:END:
Expand Down

0 comments on commit 14ecc11

Please sign in to comment.