mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
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).
This commit is contained in:
parent
1b3f507f62
commit
f4211a5ea4
6 changed files with 49 additions and 28 deletions
|
|
@ -1,6 +1,9 @@
|
|||
-- $Id: testes/strings.lua $
|
||||
-- See Copyright Notice in file all.lua
|
||||
|
||||
-- ISO Latin encoding
|
||||
|
||||
|
||||
print('testing strings and string library')
|
||||
|
||||
local maxi <const> = math.maxinteger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue