diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-19 15:46:34 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-19 15:46:34 +0100 |
commit | 2ae392436536b4abd9f7edf195eb6b0c0a0985f1 (patch) | |
tree | 9673e6fd3ab161ef956e56b9e89f1b2207895182 /test/fixtures | |
parent | d172aaefee8eb733d23a4e92abd79cbc4a43f801 (diff) | |
download | gitbook-2ae392436536b4abd9f7edf195eb6b0c0a0985f1.zip gitbook-2ae392436536b4abd9f7edf195eb6b0c0a0985f1.tar.gz gitbook-2ae392436536b4abd9f7edf195eb6b0c0a0985f1.tar.bz2 |
Fix parsing of langs
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/test2/LANGS.md | 4 | ||||
-rw-r--r-- | test/fixtures/test2/README.md | 2 | ||||
-rw-r--r-- | test/fixtures/test2/en/README.md | 1 | ||||
-rw-r--r-- | test/fixtures/test2/en/SUMMARY.md | 1 | ||||
-rw-r--r-- | test/fixtures/test2/fr/README.md | 1 | ||||
-rw-r--r-- | test/fixtures/test2/fr/SUMMARY.md | 1 |
6 files changed, 10 insertions, 0 deletions
diff --git a/test/fixtures/test2/LANGS.md b/test/fixtures/test2/LANGS.md new file mode 100644 index 0000000..a501d22 --- /dev/null +++ b/test/fixtures/test2/LANGS.md @@ -0,0 +1,4 @@ +# Languages + +* [English](en/) +* [French](fr/) diff --git a/test/fixtures/test2/README.md b/test/fixtures/test2/README.md new file mode 100644 index 0000000..c6186ac --- /dev/null +++ b/test/fixtures/test2/README.md @@ -0,0 +1,2 @@ +# Multi-Languages test + diff --git a/test/fixtures/test2/en/README.md b/test/fixtures/test2/en/README.md new file mode 100644 index 0000000..95bc71c --- /dev/null +++ b/test/fixtures/test2/en/README.md @@ -0,0 +1 @@ +# English Book diff --git a/test/fixtures/test2/en/SUMMARY.md b/test/fixtures/test2/en/SUMMARY.md new file mode 100644 index 0000000..ac9323c --- /dev/null +++ b/test/fixtures/test2/en/SUMMARY.md @@ -0,0 +1 @@ +# Summary diff --git a/test/fixtures/test2/fr/README.md b/test/fixtures/test2/fr/README.md new file mode 100644 index 0000000..c7a4103 --- /dev/null +++ b/test/fixtures/test2/fr/README.md @@ -0,0 +1 @@ +# French Book diff --git a/test/fixtures/test2/fr/SUMMARY.md b/test/fixtures/test2/fr/SUMMARY.md new file mode 100644 index 0000000..ac9323c --- /dev/null +++ b/test/fixtures/test2/fr/SUMMARY.md @@ -0,0 +1 @@ +# Summary |