diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-08-17 10:42:56 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-08-17 10:42:56 -0300 |
commit | f4211a5ea4e235ccfa8b8dfa46031c23e9e839e2 (patch) | |
tree | 3b8e1055f91a369de67e6b3b690a2c349c9541a1 /testes/strings.lua | |
parent | 1b3f507f620d996ffb69da7476a19251acfb89ca (diff) | |
download | lua-f4211a5ea4e235ccfa8b8dfa46031c23e9e839e2.tar.gz lua-f4211a5ea4e235ccfa8b8dfa46031c23e9e839e2.tar.bz2 lua-f4211a5ea4e235ccfa8b8dfa46031c23e9e839e2.zip |
More control over encoding of test files
The few UTF-8 test files are commented as such, and there is only one
non UTF-8 test file (to test non UTF-8 sources).
Diffstat (limited to 'testes/strings.lua')
-rw-r--r-- | testes/strings.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testes/strings.lua b/testes/strings.lua index b033c6ab..90983edd 100644 --- a/testes/strings.lua +++ b/testes/strings.lua | |||
@@ -1,6 +1,9 @@ | |||
1 | -- $Id: testes/strings.lua $ | 1 | -- $Id: testes/strings.lua $ |
2 | -- See Copyright Notice in file all.lua | 2 | -- See Copyright Notice in file all.lua |
3 | 3 | ||
4 | -- ISO Latin encoding | ||
5 | |||
6 | |||
4 | print('testing strings and string library') | 7 | print('testing strings and string library') |
5 | 8 | ||
6 | local maxi <const> = math.maxinteger | 9 | local maxi <const> = math.maxinteger |