Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.ldt.lua.tests/tests/formatter/reference/mixed/comment/shortbefore.lua')
-rw-r--r--tests/org.eclipse.ldt.lua.tests/tests/formatter/reference/mixed/comment/shortbefore.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/org.eclipse.ldt.lua.tests/tests/formatter/reference/mixed/comment/shortbefore.lua b/tests/org.eclipse.ldt.lua.tests/tests/formatter/reference/mixed/comment/shortbefore.lua
new file mode 100644
index 0000000..f9f1496
--- /dev/null
+++ b/tests/org.eclipse.ldt.lua.tests/tests/formatter/reference/mixed/comment/shortbefore.lua
@@ -0,0 +1,4 @@
+function test()
+ -- my comment
+ test()
+end

Back to the top