All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gherkin.GherkinLanguageConstants Maven / Gradle / Ivy

The newest version!
package gherkin;

public interface GherkinLanguageConstants {
    String TAG_PREFIX = "@";
    String COMMENT_PREFIX = "#";
    String TITLE_KEYWORD_SEPARATOR = ":";
    String TABLE_CELL_SEPARATOR = "|";
    String DOCSTRING_SEPARATOR = "\"\"\"";
    String DOCSTRING_ALTERNATIVE_SEPARATOR = "```";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy