Cleanup for Pathogen
This commit is contained in:
parent
9986daee0a
commit
f07af29b99
31
sample.txt
31
sample.txt
@ -1,31 +0,0 @@
|
|||||||
a = Foo(
|
|
||||||
"a": 4,
|
|
||||||
"z": 2,
|
|
||||||
[b, z],
|
|
||||||
"hello, world",
|
|
||||||
c
|
|
||||||
)
|
|
||||||
|
|
||||||
Foo(a b, c d)
|
|
||||||
|
|
||||||
Foo(a, b)
|
|
||||||
|
|
||||||
Foo(a, [b, [2, 3] c], d)
|
|
||||||
|
|
||||||
Foo(
|
|
||||||
a,
|
|
||||||
[b, "c"],
|
|
||||||
d
|
|
||||||
)
|
|
||||||
|
|
||||||
Foo(
|
|
||||||
a,
|
|
||||||
[b, c],
|
|
||||||
d
|
|
||||||
)
|
|
||||||
|
|
||||||
Foo(
|
|
||||||
a,
|
|
||||||
[b, c],
|
|
||||||
d
|
|
||||||
)
|
|
Loading…
Reference in New Issue
Block a user