Class | Cucumber::FeatureFile |
In: |
lib/cucumber/feature_file.rb
|
Parent: | Object |
CO | = | %{\\s*<(label|callout)\s+id=".*?"\s*/>\\s*} | Special PML markup that we want to filter out. | |
C_CALLOUT | = | %r{/\*#{CO}\*/|//#{CO}}o |
Parses a file and returns a Cucumber::Ast If options contains tags, the result will be filtered.