Fix quoted switch, multi-line description, more caching (#642)
* Fix quoted switch, multi-line description, more caching * Incorporate feedback
This commit is contained in:
parent
6542c1ef16
commit
ca779afb20
3 changed files with 15 additions and 15 deletions
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
version = "0.1.0"
|
||||
author = "Dominik Picheta"
|
||||
description = "Test package"
|
||||
description = """Test package
|
||||
with multi-line description
|
||||
"""
|
||||
license = "BSD"
|
||||
|
||||
bin = @["nimscript"]
|
||||
|
|
@ -24,6 +26,8 @@ task cr, "Testing `nimble c -r nimscript.nim` via setCommand":
|
|||
task repeated, "Testing `nimble c nimscript.nim` with repeated flags":
|
||||
--define: foo
|
||||
--define: bar
|
||||
--define: "quoted"
|
||||
--define: "quoted\\\"with\\\"quotes"
|
||||
setCommand "c", "nimscript.nim"
|
||||
|
||||
task api, "Testing nimscriptapi module functionality":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue