Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Short commands for sentences.... #90

Open
thiagolvlsantos opened this issue Apr 3, 2018 · 0 comments
Open

Short commands for sentences.... #90

thiagolvlsantos opened this issue Apr 3, 2018 · 0 comments
Assignees

Comments

@thiagolvlsantos
Copy link
Owner

<b class="sentence" method="level">the level of ... is "1000"</b>

could be like

<b #sentence.level>the level of ... is "1000"</b>

or

<table class="verifyRows" name="resultado">

could be

<table #verifyRows.resultado>

or

The full name <span concordion:set="#name">Jane Smith</span> will be <span concordion:execute="#result = split(#name)">broken</span> into first name <span concordion:assert-equals="#result.firstName">Jane</span> and last name <span concordion:assert-equals="#result.lastName">Smith</span>

could be

The full name <span #set.name>Jane Smith</span> will be <span #execute.result="split(#name)">broken</span> into first name <span #eq.result.firstName>Jane</span> and last name <span #eq.result.lastName>Smith</span>

@thiagolvlsantos thiagolvlsantos added this to the 1.5.15 milestone Apr 3, 2018
@thiagolvlsantos thiagolvlsantos self-assigned this Apr 3, 2018
@thiagolvlsantos thiagolvlsantos removed this from the 1.5.15 milestone Apr 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant