kakoune/test/indent/c-family/paren-in-literal/in

8 lines
86 B
Plaintext
Raw Normal View History

if(c == '(') {%( )
if(c == '(') {}%( )
if(s == "(") {%( )
if(s == "(" "foo") {%( )