diff options
author | Neil <nyamatongwe@gmail.com> | 2013-06-29 20:33:54 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-06-29 20:33:54 +1000 |
commit | fd8c070255a7923c3aecaaed04ec8150caab4eaa (patch) | |
tree | cde9421dd5b9e011c59a8fa5d206d4785740a682 /test/examples/x.lua.styled | |
parent | d9f1a1b042f9458f2d4a905f20b9547c4ac2be70 (diff) | |
download | scintilla-mirror-fd8c070255a7923c3aecaaed04ec8150caab4eaa.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.styled')
-rw-r--r-- | test/examples/x.lua.styled | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/examples/x.lua.styled b/test/examples/x.lua.styled index d693279ff..0c8f76fa4 100644 --- a/test/examples/x.lua.styled +++ b/test/examples/x.lua.styled @@ -1,6 +1,7 @@ -{1}--[[ Block +{1}--[[ coding:UTF-8 comment ]]{0} {5}function{0} {11}first{10}(){0} +{20}::開::{0} {2}-- Comment {0} {11}func{10}({11}SCI_ANNOTATIONSETTEXT{10},{0} {7}'a'{10},{0} {4}0{10},{0} {6}"LINE1"{10}){0} {5}end{0} |