Skip to content

Commit 6939ccd

Browse files
committed
test: add a test case
1 parent a57411a commit 6939ccd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/session_spec.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ local function gen_repos()
1616
foo = "gas",
1717
foo2 = "gas2",
1818
},
19+
{
20+
foo = "test-hyphen",
21+
foo2 = "test-hyphen2",
22+
},
1923
}
2024
for i, repo in ipairs(repos) do
2125
repo.repo_dir = i
@@ -37,6 +41,7 @@ local filters_to_nr = {
3741
},
3842
1,
3943
},
44+
{ { { name = "foo", value = "test-h", type = "contains" } }, 1 },
4045
}
4146

4247
local function test_sanity()

0 commit comments

Comments
 (0)