Skip to content

Commit 24359ec

Browse files
authored
tmpl: stop ignoring tmpl test fixtures (#26800)
1 parent 98c3116 commit 24359ec

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎.gitignore‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ cache/
7878
*~
7979
~*
8080
.sesskey
81-
tmp*
81+
/tmp*
8282
*.db
8383
*.swp
8484
*.swo

‎vlib/v/tests/tmpl_test.v‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ fn map_index_tmpl() string {
9999
lang := {
100100
'test_entry': 'Test Text'
101101
}
102-
return $tmpl('templates/map_index.txt')
102+
return $tmpl('tmpl/map_index.txt')
103103
}
104104

105105
fn test_tmpl_map_index() {

0 commit comments

Comments
 (0)