Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: tests/test_site/pages/foo/bar.md

Issue 29887585: Issue #5352 - generate_static_pages cannot deal with directories being turned into regular pages (Closed)
Patch Set: Addressed comments from Patch #1 Created Sept. 24, 2018, 4:05 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/test_site/pages/foo/bar.md
diff --git a/tests/test_site/pages/foo/bar.md b/tests/test_site/pages/foo/bar.md
new file mode 100644
index 0000000000000000000000000000000000000000..b2414d2b8ebc14918d7a52672df388837daacb28
--- /dev/null
+++ b/tests/test_site/pages/foo/bar.md
@@ -0,0 +1,5 @@
+File used for to test the correct generation of pages within that
+are located in some place other than root (` \ `).
Vasily Kuznetsov 2018/09/27 11:05:08 This thing (` \ `) confuses me. We've discussed it
Tudor Avram 2018/10/04 06:34:19 Done.
+
+It is also used to test the correct handling of a case where a
+file is replaced by a directory of vice-versa.

Powered by Google App Engine
This is Rietveld