diff options
Diffstat (limited to 'testes/strings.lua')
| -rw-r--r-- | testes/strings.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testes/strings.lua b/testes/strings.lua index aa039c4f..2e0e160f 100644 --- a/testes/strings.lua +++ b/testes/strings.lua | |||
| @@ -3,8 +3,8 @@ | |||
| 3 | 3 | ||
| 4 | print('testing strings and string library') | 4 | print('testing strings and string library') |
| 5 | 5 | ||
| 6 | local <const> maxi = math.maxinteger | 6 | local maxi <const> = math.maxinteger |
| 7 | local <const> mini = math.mininteger | 7 | local mini <const> = math.mininteger |
| 8 | 8 | ||
| 9 | 9 | ||
| 10 | local function checkerror (msg, f, ...) | 10 | local function checkerror (msg, f, ...) |
