summaryrefslogtreecommitdiff
path: root/spec/fixtures/a_repo/manifest
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/a_repo/manifest')
-rw-r--r--spec/fixtures/a_repo/manifest18
1 files changed, 18 insertions, 0 deletions
diff --git a/spec/fixtures/a_repo/manifest b/spec/fixtures/a_repo/manifest
index 5ab87d25..a5f770a1 100644
--- a/spec/fixtures/a_repo/manifest
+++ b/spec/fixtures/a_repo/manifest
@@ -68,5 +68,23 @@ repository = {
68 arch = "src" 68 arch = "src"
69 } 69 }
70 } 70 }
71 },
72 non_lua_file = {
73 ["1.0-1"] = {
74 {
75 arch = "rockspec"
76 },
77 {
78 arch = "src"
79 }
80 },
81 ["1.0-2"] = {
82 {
83 arch = "rockspec"
84 },
85 {
86 arch = "src"
87 }
88 }
71 } 89 }
72} 90}