lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 6a4b9bb2b47a9ca564b986b27d2451e602bc2c5b
parent 7c8146d556714508224dc3f3a68677c18ece00b7
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Mon, 22 Oct 2018 15:19:40 -0300

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.

Diffstat:
Mtestes/all.lua | 0
Mtestes/api.lua | 2+-
Mtestes/bitwise.lua | 0
Mtestes/coroutine.lua | 2+-
Mtestes/events.lua | 2+-
Mtestes/math.lua | 2+-
6 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/testes/all.lua b/testes/all.lua diff --git a/testes/api.lua b/testes/api.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 diff --git a/testes/bitwise.lua b/testes/bitwise.lua diff --git a/testes/coroutine.lua b/testes/coroutine.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" diff --git a/testes/events.lua b/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') diff --git a/testes/math.lua b/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")