vcreate: fix v init with project names containing dashes (#19619)

This commit is contained in:
Turiiya 2023-10-25 19:39:14 +02:00 committed by GitHub
parent f5c4864db8
commit a1063bd63d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 54 additions and 12 deletions

View file

@ -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