Skip to content
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
Clone this wiki locally