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

src.app.modules.plugins.components.linkifier.linkifier.component.html Maven / Gradle / Ivy

The newest version!


Navigation Patterns
@if (message) { {{ message }} }
Given the pattern (?<project>[a-zA-Z0-9_-]+)#(?<id>[0-9]+), when you will write "fake#42" in a scenario title
Then the template https://github.com/chutney-testing/$<project>/issues/$<id> will become a real link to https://github.com/chutney-testing/fake/issues/42
@for (linkifier of linkifiers; track linkifier.id; let i = $index) { }
Pattern Link
{{ linkifier.pattern }} {{ linkifier.link }}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy