mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
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:
parent
b47f2cd068
commit
aa4c5cf190
29 changed files with 29 additions and 29 deletions
|
|
@ -1,4 +1,4 @@
|
|||
-- $Id: math.lua,v 1.86 2018/05/09 14:55:52 roberto Exp roberto $
|
||||
-- $Id: testes/math.lua $
|
||||
-- See Copyright Notice in file all.lua
|
||||
|
||||
print("testing numbers and math lib")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue