mirror of
https://github.com/vlang/v.git
synced 2025-09-14 09:56:16 -04:00
tests: fix fmt tests
This commit is contained in:
parent
0db0c642c3
commit
810a0725ec
@ -2,3 +2,6 @@ import (
|
||||
math
|
||||
os
|
||||
)
|
||||
|
||||
fn main() {
|
||||
}
|
||||
|
@ -1,2 +1,5 @@
|
||||
import math
|
||||
import os
|
||||
|
||||
fn main() {
|
||||
}
|
||||
|
@ -3,3 +3,6 @@ import (
|
||||
os
|
||||
math.complex as c
|
||||
)
|
||||
|
||||
fn main() {
|
||||
}
|
||||
|
@ -1,3 +1,6 @@
|
||||
import math as m
|
||||
import os
|
||||
import math.complex as c
|
||||
|
||||
fn main() {
|
||||
}
|
||||
|
@ -1 +1,4 @@
|
||||
import os
|
||||
|
||||
fn main() {
|
||||
}
|
||||
|
@ -1 +1,4 @@
|
||||
import os
|
||||
|
||||
fn main() {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user