aboutsummaryrefslogtreecommitdiff
path: root/tests/eval/buildfile
blob: c658d3b08b79c88f5445d32fdfdd91a14e5488f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(./):

# Invalid.
#
#(foo
#(foo #comment

print ()
print ((foo)(bar))
print ((foo)   (bar))

print (foo\
bar)