Added directory to test file names in '$Id:'
From the point of view of 'git', all names are relative to the root directory of the project. So, file names in '$Id:' also should be relative to that directory: the proper name for test file 'all.lua' is 'testes/all.lua'.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
-- $Id: nextvar.lua,v 1.85 2018/06/19 12:24:19 roberto Exp $
|
||||
-- $Id: testes/nextvar.lua $
|
||||
-- See Copyright Notice in file all.lua
|
||||
|
||||
print('testing tables, next, and for')
|
||||
|
||||
Reference in New Issue
Block a user