update the fixtures
This commit is contained in:
parent
538fa3b3c5
commit
29e77a0555
3 changed files with 28 additions and 28 deletions
12
org/testdata/headlines.html
vendored
12
org/testdata/headlines.html
vendored
|
@ -32,14 +32,14 @@ not just where they are actually meant to be - even here > <code class="stati
|
|||
</div>
|
||||
<div id="outline-container-headline-2" class="outline-2">
|
||||
<h2 id="headline-2">
|
||||
<span class="todo">TODO</span>
|
||||
<span class="priority">[B]</span>
|
||||
<span class="todo status-todo">TODO</span>
|
||||
<span class="priority priority-b">[B]</span>
|
||||
Headline with todo status & priority
|
||||
</h2>
|
||||
</div>
|
||||
<div id="outline-container-this-will-be-the-id-of-the-headline" class="outline-2">
|
||||
<h2 id="this-will-be-the-id-of-the-headline">
|
||||
<span class="todo">DONE</span>
|
||||
<span class="todo status-done">DONE</span>
|
||||
Headline with TODO status
|
||||
</h2>
|
||||
<div id="outline-text-this-will-be-the-id-of-the-headline" class="outline-text-2">
|
||||
|
@ -49,8 +49,8 @@ we can link to headlines that define a custom_id: <a href="#this-will-be-the-id-
|
|||
</div>
|
||||
<div id="outline-container-headline-4" class="outline-2">
|
||||
<h2 id="headline-4">
|
||||
<span class="priority">[A]</span>
|
||||
Headline with tags & priority   <span class="tags"><span>foo</span> <span>bar</span></span>
|
||||
<span class="priority priority-a">[A]</span>
|
||||
Headline with tags & priority   <span class="tags"><span class="tag-foo">foo</span> <span class="tag-bar">bar</span></span>
|
||||
</h2>
|
||||
<div id="outline-text-headline-4" class="outline-text-2">
|
||||
<p>Still outside the drawer</p>
|
||||
|
@ -60,7 +60,7 @@ Headline with tags & priority   <span class="tags"><span>foo<
|
|||
</div>
|
||||
<div id="outline-container-headline-5" class="outline-2">
|
||||
<h2 id="headline-5">
|
||||
<span class="todo">CUSTOM</span>
|
||||
<span class="todo status-custom">CUSTOM</span>
|
||||
headline with custom status
|
||||
</h2>
|
||||
<div id="outline-text-headline-5" class="outline-text-2">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue