aboutsummaryrefslogtreecommitdiff
path: root/spec/fixtures/a_repo/manifest-5.2
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-04-02 13:12:17 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-04-11 14:38:06 -0300
commitfa3f92059c51cbcdf26df9a010f5eadd11a9567d (patch)
treeb5d63cef8464be6cd98d33575f6fa6220413f87a /spec/fixtures/a_repo/manifest-5.2
parent4941a48407f08544c5517542ffc11b0c26fd4236 (diff)
downloadluarocks-fa3f92059c51cbcdf26df9a010f5eadd11a9567d.tar.gz
luarocks-fa3f92059c51cbcdf26df9a010f5eadd11a9567d.tar.bz2
luarocks-fa3f92059c51cbcdf26df9a010f5eadd11a9567d.zip
Tests: add test for namespaced install
Diffstat (limited to 'spec/fixtures/a_repo/manifest-5.2')
-rw-r--r--spec/fixtures/a_repo/manifest-5.214
1 files changed, 14 insertions, 0 deletions
diff --git a/spec/fixtures/a_repo/manifest-5.2 b/spec/fixtures/a_repo/manifest-5.2
new file mode 100644
index 00000000..ea198207
--- /dev/null
+++ b/spec/fixtures/a_repo/manifest-5.2
@@ -0,0 +1,14 @@
1commands = {}
2modules = {}
3repository = {
4 a_rock = {
5 ["1.0-1"] = {
6 {
7 arch = "src"
8 },
9 {
10 arch = "rockspec"
11 }
12 }
13 }
14}