mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
vcreate: fix v init
with project names containing dashes (#19619)
This commit is contained in:
parent
f5c4864db8
commit
a1063bd63d
7 changed files with 54 additions and 12 deletions
|
@ -1,4 +1,5 @@
|
|||
import os
|
||||
import v.vmod
|
||||
|
||||
// Note: the following uses `test_vcreate` and NOT `vcreate_test` deliberately,
|
||||
// to both avoid confusions with the name of the current test itself, and to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue