mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vfmt: process imports and module name
This commit is contained in:
4
vlib/v/fmt/tests/import_multiple_expected.vv
Normal file
4
vlib/v/fmt/tests/import_multiple_expected.vv
Normal file
@ -0,0 +1,4 @@
|
||||
import (
|
||||
filepath
|
||||
os
|
||||
)
|
2
vlib/v/fmt/tests/import_multiple_input.vv
Normal file
2
vlib/v/fmt/tests/import_multiple_input.vv
Normal file
@ -0,0 +1,2 @@
|
||||
import filepath
|
||||
import os
|
1
vlib/v/fmt/tests/import_single_expected.vv
Normal file
1
vlib/v/fmt/tests/import_single_expected.vv
Normal file
@ -0,0 +1 @@
|
||||
import os
|
1
vlib/v/fmt/tests/import_single_input.vv
Normal file
1
vlib/v/fmt/tests/import_single_input.vv
Normal file
@ -0,0 +1 @@
|
||||
import os
|
Reference in New Issue
Block a user