aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples/x.lua
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-06-29 20:33:54 +1000
committerNeil <nyamatongwe@gmail.com>2013-06-29 20:33:54 +1000
commit4f2107e926254fdda3d93e195c9e472068da0876 (patch)
tree73b2f785bf217682638bc66372cbbb7dd2c1355c /test/examples/x.lua
parent1a05a259558efd7dffb118ca9b12257a1346d2ea (diff)
downloadscintilla-mirror-4f2107e926254fdda3d93e195c9e472068da0876.tar.gz
Bug: [#1483]. Added a test for UTF-8 labels in Lua that would fail without fix.
Diffstat (limited to 'test/examples/x.lua')
-rw-r--r--test/examples/x.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/examples/x.lua b/test/examples/x.lua
index b7879619f..cfa3537b5 100644
--- a/test/examples/x.lua
+++ b/test/examples/x.lua
@@ -1,6 +1,7 @@
---[[ Block
+--[[ coding:UTF-8
comment ]]
function first()
+::開::
-- Comment
func(SCI_ANNOTATIONSETTEXT, 'a', 0, "LINE1")
end