-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating SubDirective to no longer use wantCode()
This also fixes a test class that didn't end in Test... and so wasn't being run
- Loading branch information
1 parent
9c4c7c8
commit a45df6e
Showing
6 changed files
with
59 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.. toctree:: | ||
:glob: | ||
|
||
no_content_directive |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,3 @@ | ||
Title | ||
===== | ||
Testing wrapper node at end of file | ||
|
||
Here is a malformed table. | ||
|
||
========== ======================================== ========================================== | ||
Route path If the requested URL is ``/foo`` If the requested URL is ``/foo/`` | ||
---------- ----------------------------------- ------------------------------------------ | ||
``/foo`` It matches (``200`` status response) It makes a ``301`` redirect to ``/foo`` | ||
``/foo/`` It makes a ``301`` redirect to ``/foo/`` It matches (``200`` status response) | ||
========== ======================================== ========================================== | ||
|
||
And some text after! | ||
.. note:: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
<p>Testing wrapper node at end of file</p> | ||
<div class="note"></div> | ||
<div class="note"> | ||
<p>I am a note!</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Testing wrapper node at end of file | ||
|
||
.. note:: | ||
|
||
I am a note! |