aboutsummaryrefslogtreecommitdiff
path: root/testes/utf8.lua
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-08-23 15:14:03 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-08-23 15:14:03 -0300
commitc815c2f0eb7a4ac01d4f664f3db44c199ee4e211 (patch)
tree63cdeea69af0df9ff82303d05c517068eb54e56e /testes/utf8.lua
parentab6a94952215b1f66436d8eeebded1dad9fa5409 (diff)
parent9363a8b9901a5643c9da061ea8dda8a86cdc7ef1 (diff)
downloadlua-c815c2f0eb7a4ac01d4f664f3db44c199ee4e211.tar.gz
lua-c815c2f0eb7a4ac01d4f664f3db44c199ee4e211.tar.bz2
lua-c815c2f0eb7a4ac01d4f664f3db44c199ee4e211.zip
Merge branch 'master' into nextversion
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'