You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msuarz edited this page Jan 22, 2011
·
3 revisions
Feature: Comments
In order to enhance communication/documentation
Raconteur should allow comments in the Feature
Scenario: Single line Comments
// every line that starts with "//"
// will be ignored
Real step
// another comment
Scenario: Multiline Comments
/*
use "/*" in a single line
every line will be skipped
until the line "*/"
*/
Real step