Converter:

Use formatter in converter tests
Reformat test data
This commit is contained in:
Pavel V. Talanov
2013-11-26 18:28:04 +04:00
parent ea6b751645
commit 741e031ff1
377 changed files with 2742 additions and 2574 deletions
@@ -1,7 +1,7 @@
@test for (i in 0..max) {
var n : Int = substring.length()
var j : Int = i
var k : Int = 0
var n: Int = substring.length()
var j: Int = i
var k: Int = 0
while (n-- != 0)
{
if (searchMe.charAt(j++) != substring.charAt(k++))
@@ -13,6 +13,6 @@ foundIt = true
break@test
}
System.out?.println((if (foundIt)
"Found it"
"Found it"
else
"Didn't find it"))
"Didn't find it"))