Skip to content

Commit eddf528

Browse files
authored
Merge pull request #510 from phpDocumentor/skip-variable-replacement
Add a skipped Test for variable replacement
2 parents 4756880 + 4f40b52 commit eddf528

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>Document Title</title>
5+
6+
</head>
7+
<body>
8+
<div class="section" id="document-title">
9+
<h1>Document Title</h1>
10+
11+
<p>We are using ReStructuredText
12+
here.</p>
13+
</div>
14+
15+
</body>
16+
</html>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. |rest| replace:: ReStructuredText
2+
3+
==============
4+
Document Title
5+
==============
6+
7+
We are using |rest| here.

tests/Integration/tests/variables-replace/input/skip

Whitespace-only changes.

0 commit comments

Comments
 (0)