summaryrefslogtreecommitdiff
path: root/riki.md
diff options
context:
space:
mode:
Diffstat (limited to 'riki.md')
-rw-r--r--riki.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/riki.md b/riki.md
index 349c352..ed5c2c2 100644
--- a/riki.md
+++ b/riki.md
@@ -224,3 +224,18 @@ then files site/image.jpg and output/image.jpg match
# Dummy
Pretend this is an image.
~~~
+
+## Input files in sub=directories
+
+_Requirement: If an source page or file is in a sub-directory, it
+should be put in the corresponding sub-directory in the target
+directory._
+
+~~~scenario
+given an installed riki
+given file site/foo/page.mdwn from image
+given file site/bar/image.jpg from para
+when I run riki site output
+then AST of site/foo/page.mdwn matches that of output/foo/page.html
+then files site/bar//image.jpg and output/bar/image.jpg match
+~~~