diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-10-22 15:20:07 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-10-22 15:20:07 -0300 |
commit | 6a4b9bb2b47a9ca564b986b27d2451e602bc2c5b (patch) | |
tree | 0b5a6a766475c2fbe0222e0b6f806588dc44f4ab | |
parent | 7c8146d556714508224dc3f3a68677c18ece00b7 (diff) | |
download | lua-6a4b9bb2b47a9ca564b986b27d2451e602bc2c5b.tar.gz lua-6a4b9bb2b47a9ca564b986b27d2451e602bc2c5b.tar.bz2 lua-6a4b9bb2b47a9ca564b986b27d2451e602bc2c5b.zip |
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.
-rw-r--r--[-rwxr-xr-x] | testes/all.lua | 0 | ||||
-rw-r--r-- | testes/api.lua | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | testes/bitwise.lua | 0 | ||||
-rw-r--r-- | testes/coroutine.lua | 2 | ||||
-rw-r--r-- | testes/events.lua | 2 | ||||
-rw-r--r-- | testes/math.lua | 2 |
6 files changed, 4 insertions, 4 deletions
diff --git a/testes/all.lua b/testes/all.lua index 26d24976..26d24976 100755..100644 --- a/testes/all.lua +++ b/testes/all.lua | |||
diff --git a/testes/api.lua b/testes/api.lua index 925a80c1..6e11c6ed 100644 --- a/testes/api.lua +++ b/testes/api.lua | |||
@@ -1,4 +1,4 @@ | |||
1 | -- $Id: testes/api.lua 2018-07-25 15:31:04 -0300 $ | 1 | -- $Id: testes/api.lua $ |
2 | -- See Copyright Notice in file all.lua | 2 | -- See Copyright Notice in file all.lua |
3 | 3 | ||
4 | if T==nil then | 4 | if T==nil then |
diff --git a/testes/bitwise.lua b/testes/bitwise.lua index af542e7f..af542e7f 100755..100644 --- a/testes/bitwise.lua +++ b/testes/bitwise.lua | |||
diff --git a/testes/coroutine.lua b/testes/coroutine.lua index 36eae44a..7d42eadd 100644 --- a/testes/coroutine.lua +++ b/testes/coroutine.lua | |||
@@ -1,4 +1,4 @@ | |||
1 | -- $Id: testes/coroutine.lua 2018-07-25 15:31:04 -0300 $ | 1 | -- $Id: testes/coroutine.lua $ |
2 | -- See Copyright Notice in file all.lua | 2 | -- See Copyright Notice in file all.lua |
3 | 3 | ||
4 | print "testing coroutines" | 4 | print "testing coroutines" |
diff --git a/testes/events.lua b/testes/events.lua index c4d43d51..b071c2a3 100644 --- a/testes/events.lua +++ b/testes/events.lua | |||
@@ -1,4 +1,4 @@ | |||
1 | -- $Id: testes/events.lua 2018-07-25 15:31:04 -0300 $ | 1 | -- $Id: testes/events.lua $ |
2 | -- See Copyright Notice in file all.lua | 2 | -- See Copyright Notice in file all.lua |
3 | 3 | ||
4 | print('testing metatables') | 4 | print('testing metatables') |
diff --git a/testes/math.lua b/testes/math.lua index b387977e..7c780e59 100644 --- a/testes/math.lua +++ b/testes/math.lua | |||
@@ -1,4 +1,4 @@ | |||
1 | -- $Id: testes/math.lua 2018-07-25 15:31:04 -0300 $ | 1 | -- $Id: testes/math.lua $ |
2 | -- See Copyright Notice in file all.lua | 2 | -- See Copyright Notice in file all.lua |
3 | 3 | ||
4 | print("testing numbers and math lib") | 4 | print("testing numbers and math lib") |