diff options
Diffstat (limited to 'test/examples/x.lua')
-rw-r--r-- | test/examples/x.lua | 3 |
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 |