Update test script to ruby

This commit is contained in:
Adam Stankiewicz
2020-09-23 19:37:50 +02:00
parent 92cb76e33a
commit 33f0964d53
9 changed files with 94 additions and 36 deletions

10
tests/indent/2.1/test.js Normal file
View File

@@ -0,0 +1,10 @@
// File with 2-spaces indentation
function foobar() {
foo = bar
while (true) {
fizfuz()
fizfuz()
fizfuz()
fizfuz()
}
}