1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
// RUN: %target-swift-frontend -parse %s 2>&1 | %FileCheck -allow-empty %s
// Test that we can have the allowed # of parens.
// CHECK-NOT: error
let a = (((((((((((((((((((((((((((((((( ((((((((((((((((((((((((((((((((
(((((((((((((((((((((((((((((((( ((((((((((((((((((((((((((((((((
(((((((((((((((((((((((((((((((( ((((((((((((((((((((((((((((((((
(((((((((((((((((((((((((((((((( ((((((((((((((((((((((((((((((
1
)))))))))))))))))))))))))))))) ))))))))))))))))))))))))))))))))
)))))))))))))))))))))))))))))))) ))))))))))))))))))))))))))))))))
)))))))))))))))))))))))))))))))) ))))))))))))))))))))))))))))))))
)))))))))))))))))))))))))))))))) ))))))))))))))))))))))))))))))))
// Test that we can have the allowed # of curly braces.
/// CHECK-NOT: error
let b = {{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{ {{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{
{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{ {{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{
{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{ {{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{
{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{ {{{{{{{{{{{{{{{{{{{{{{{{{{{{{{
1
}}}}}}}}}}}}}}}}}}}}}}}}}}}}}} }}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}
}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}} }}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}
}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}} }}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}
}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}} }}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}
// Test that we can have the allowed # of mixed brackets.
// CHECK-NOT: error
let c = ({({({({ ({({({([ ({({({({ ({({({([ ({({({({ ({({({([ ({({({({ ({({({({
({({({({ ({({({([ ({({({({ ({({({([ ({({({({ ({({({([ ({({({({ ({({({({
({({({({ ({({({([ ({({({({ ({({({([ ({({({({ ({({({([ ({({({({ ({({({({
({({({({ ({({({([ ({({({({ ({({({([ ({({({({ ({({({([ ({({({({ ({({({
1
})})}) })})})}) ])})})}) })})})}) ])})})}) })})})}) ])})})}) })})})})
})})})}) })})})}) ])})})}) })})})}) ])})})}) })})})}) ])})})}) })})})})
})})})}) })})})}) ])})})}) })})})}) ])})})}) })})})}) ])})})}) })})})})
})})})}) })})})}) ])})})}) })})})}) ])})})}) })})})}) ])})})}) })})})})
|