Wednesday, April 25, 2012

"""

Question on your mind - Is the title """?
Answer from me - Yes, its 3 double quotes


This -> """ (3 double quotes) made me happy as I'm the first person to inform to my office colleagues about it. I came to know this because of my laziness & Google.

Hey guys, I can feel that you guys are losing your patience. Without any stretches, I will spot-on about this matter.

""" - Its multi-line comments used in Cucumber (Might been used in many places but no idea from my end).

For multi-line comments, most of my friends were using '#' (hash tag) for each & every line. I just wanted to make multi-line comments and got the answer and informed to all.



::Example::
Feature: my feature
""" some block comment
still block comment
""" end of block comment

Scenario: my feature
""" some block comment
still block comment
""" end of block comment


[courtesy: http://stackoverflow.com]


No comments:

Post a Comment