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:
Roberto Ierusalimschy 2018-10-22 15:20:07 -03:00
parent 7c8146d556
commit 6a4b9bb2b4
6 changed files with 4 additions and 4 deletions

0
testes/all.lua Executable file → Normal file
View File

View File

@ -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

0
testes/bitwise.lua Executable file → Normal file
View File

View File

@ -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"

View File

@ -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')

View File

@ -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")