aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples/x.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/examples/x.lua')
-rw-r--r--test/examples/x.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/examples/x.lua b/test/examples/x.lua
new file mode 100644
index 000000000..7172c85d2
--- /dev/null
+++ b/test/examples/x.lua
@@ -0,0 +1,6 @@
+--[[ Block
+comment ]]
+function first()
+ -- Comment
+ func(SCI_ANNOTATIONSETTEXT, 'a', 0, "LINE1")
+end