Cleanup for Pathogen

This commit is contained in:
Alex Yatskov 2014-12-02 06:25:47 +09:00
parent 9986daee0a
commit f07af29b99
2 changed files with 0 additions and 31 deletions

View File

@ -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
)