aboutsummaryrefslogtreecommitdiff
path: root/testes/utf8.lua
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-08-17 10:42:56 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-08-17 10:42:56 -0300
commitf4211a5ea4e235ccfa8b8dfa46031c23e9e839e2 (patch)
tree3b8e1055f91a369de67e6b3b690a2c349c9541a1 /testes/utf8.lua
parent1b3f507f620d996ffb69da7476a19251acfb89ca (diff)
downloadlua-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/utf8.lua')
-rw-r--r--testes/utf8.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/testes/utf8.lua b/testes/utf8.lua
index c5a9dd3f..efadbd5c 100644
--- a/testes/utf8.lua
+++ b/testes/utf8.lua
@@ -1,6 +1,8 @@
1-- $Id: testes/utf8.lua $ 1-- $Id: testes/utf8.lua $
2-- See Copyright Notice in file all.lua 2-- See Copyright Notice in file all.lua
3 3
4-- UTF-8 file
5
4print "testing UTF-8 library" 6print "testing UTF-8 library"
5 7
6local utf8 = require'utf8' 8local utf8 = require'utf8'