1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Ryan Roden-Corrent 30fac1f877
toosl: fix v init - terminate newly created files with newlines, add a test (#10480)
* vcreate: Add test for `v init`.

* vcreate: Init git properly with no dir arg.

`v init` would fail to create a .gitignore file. When not providing a
dir arg, passing "" to create_git_repo would result in:

```
V panic: failed to create gitignore: failed to open file "/.gitignore"
```

* vcreate: Terminate files with newline.

Fixes #10478.
2021-06-16 19:57:51 +03:00
..
2021-06-12 18:28:54 +03:00
2020-12-13 08:59:02 +01:00
2021-02-22 14:51:00 +02:00
2021-05-11 11:08:46 +03:00
2021-05-31 14:21:06 +03:00
2021-05-25 14:30:48 +03:00
2021-04-08 06:27:56 +02:00