Skip to content

Commit

Permalink
add new test
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Mar 28, 2024
1 parent bccd25e commit 03da4e8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// NOTE: A test that follows a directory strucutre and module naming like this one
// also tests whether vfmt would add a prefix to the import.

import a.ab
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// NOTE: A test that follows a directory strucutre and module naming like this one
// also tests whether vfmt would add a prefix to the import.

import src.a.ab
1 change: 1 addition & 0 deletions vlib/v/fmt/testdata/vmodules/src_import/src/a/ab/ab.v
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Submodule directory required for full test coverage of this module
Empty file.

0 comments on commit 03da4e8

Please sign in to comment.