From 8373441047299fbe528dfda528fa01a4971e7d23 Mon Sep 17 00:00:00 2001 From: mitermayer Date: Sat, 15 Feb 2020 08:55:11 +0000 Subject: Adding support for the prettier lua plugin --- tests/fixtures/foo.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/fixtures/foo.lua (limited to 'tests/fixtures/foo.lua') diff --git a/tests/fixtures/foo.lua b/tests/fixtures/foo.lua new file mode 100644 index 0000000..c93fc69 --- /dev/null +++ b/tests/fixtures/foo.lua @@ -0,0 +1,6 @@ + function deepcopy(orig) + local orig_type = type(orig) + local copy + + return copy +end -- cgit v1.3