Browse Source

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.
Roberto Ierusalimschy 6 years ago
parent
commit
6a4b9bb2b4
4 changed files with 4 additions and 4 deletions
  1. 1 1
      testes/all.lua
  2. 1 1
      testes/bitwise.lua
  3. 1 1
      testes/events.lua
  4. 1 1
      testes/math.lua

+ 1 - 1
testes/all.lua

@@ -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 - 1
testes/bitwise.lua

@@ -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 - 1
testes/events.lua

@@ -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 - 1
testes/math.lua

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