Adding tests to fix for #338
Test: * Added new test case for issue #338, where package installation would fail when the `srcDir` path ended in a directory separator.
This commit is contained in:
parent
b7201c81a4
commit
05f0de4492
3 changed files with 11 additions and 0 deletions
7
tests/issue338/issue338.nimble
Normal file
7
tests/issue338/issue338.nimble
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Package
|
||||
version = "0.1.0"
|
||||
author = "Samantha Marshall"
|
||||
description = "test case to validate successful install when `srcDir` value ends in a directory separator"
|
||||
license = "MIT"
|
||||
|
||||
srcDir = "src/"
|
||||
0
tests/issue338/src/issue338.nim
Normal file
0
tests/issue338/src/issue338.nim
Normal file
Loading…
Add table
Add a link
Reference in a new issue