Skip to content

example command missing equals in table #21

@dingfelder

Description

@dingfelder

if you use the example command in the header of a table within markdown e.g
| [run][] [Scenario](- "c:example") | [secondColumn]...

The Intellij IDE is complaining of an error:
Error:(17, 34) '=' expected - this position refers to the closing doublequote after example

Looking at the docs, I see the following code
<div concordion:example="example2">
but that's for html, not markdown. (all the markdown examples I see just say: "c:example")

I tried changing it to:
| [run][] [Scenario](- "c:example=compareSQL") |
But that doesnt help, when I run that test, I get the following exception
Specification has duplicate example: 'compareSQL'

java.lang.Exception: Specification has duplicate example: 'compareSQL'
	at org.junit.runners.model.InitializationError.<init>(InitializationError.java:38)
	at org.concordion.integration.junit4.ConcordionRunner.verifyUniqueExampleMethods(ConcordionRunner.java:100)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions