We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c3116 commit 24359ecCopy full SHA for 24359ec
3 files changed
.gitignore
@@ -78,7 +78,7 @@ cache/
78
*~
79
~*
80
.sesskey
81
-tmp*
+/tmp*
82
*.db
83
*.swp
84
*.swo
vlib/v/tests/templates/map_index.txt vlib/v/tests/tmpl/map_index.txtvlib/v/tests/templates/map_index.txt renamed to vlib/v/tests/tmpl/map_index.txt
vlib/v/tests/tmpl_test.v
@@ -99,7 +99,7 @@ fn map_index_tmpl() string {
99
lang := {
100
'test_entry': 'Test Text'
101
}
102
- return $tmpl('templates/map_index.txt')
+ return $tmpl('tmpl/map_index.txt')
103
104
105
fn test_tmpl_map_index() {
0 commit comments