mirror of https://github.com/rusefi/lua.git
Removed extra information from RCS keyword strings in tests
Version numbers and dates (mostly wrong) from RCS keyword strings removed from all test files; only the file name are kept.
This commit is contained in:
parent
7c8146d556
commit
6a4b9bb2b4
|
@ -1,4 +1,4 @@
|
|||
-- $Id: testes/api.lua 2018-07-25 15:31:04 -0300 $
|
||||
-- $Id: testes/api.lua $
|
||||
-- See Copyright Notice in file all.lua
|
||||
|
||||
if T==nil then
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- $Id: testes/coroutine.lua 2018-07-25 15:31:04 -0300 $
|
||||
-- $Id: testes/coroutine.lua $
|
||||
-- See Copyright Notice in file all.lua
|
||||
|
||||
print "testing coroutines"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- $Id: testes/events.lua 2018-07-25 15:31:04 -0300 $
|
||||
-- $Id: testes/events.lua $
|
||||
-- See Copyright Notice in file all.lua
|
||||
|
||||
print('testing metatables')
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- $Id: testes/math.lua 2018-07-25 15:31:04 -0300 $
|
||||
-- $Id: testes/math.lua $
|
||||
-- See Copyright Notice in file all.lua
|
||||
|
||||
print("testing numbers and math lib")
|
||||
|
|
Loading…
Reference in New Issue