From 33f0964d53270e627e9293a3a7a2badb44353a0b Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 23 Sep 2020 19:37:50 +0200 Subject: Update test script to ruby --- tests/indent/2.1/test.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/indent/2.1/test.js (limited to 'tests/indent/2.1/test.js') diff --git a/tests/indent/2.1/test.js b/tests/indent/2.1/test.js new file mode 100644 index 00000000..bfe70006 --- /dev/null +++ b/tests/indent/2.1/test.js @@ -0,0 +1,10 @@ +// File with 2-spaces indentation +function foobar() { + foo = bar + while (true) { + fizfuz() + fizfuz() + fizfuz() + fizfuz() + } +} -- cgit v1.2.3