tests: fix fmt tests

pull/4369/head^2
Alexander Medvednikov 2020-04-12 17:49:31 +02:00
parent 0db0c642c3
commit 810a0725ec
7 changed files with 21 additions and 3 deletions

View File

@ -2,3 +2,6 @@ import (
math math
os os
) )
fn main() {
}

View File

@ -1,2 +1,5 @@
import math import math
import os import os
fn main() {
}

View File

@ -3,3 +3,6 @@ import (
os os
math.complex as c math.complex as c
) )
fn main() {
}

View File

@ -1,3 +1,6 @@
import math as m import math as m
import os import os
import math.complex as c import math.complex as c
fn main() {
}

View File

@ -1 +1,4 @@
import os import os
fn main() {
}

View File

@ -1 +1,4 @@
import os import os
fn main() {
}