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

Stylize data tables to distinguish between inputs and outputs #216

Open
GordonJess opened this issue Sep 21, 2021 · 1 comment
Open

Stylize data tables to distinguish between inputs and outputs #216

GordonJess opened this issue Sep 21, 2021 · 1 comment

Comments

@GordonJess
Copy link

According to the docs (under 'Syntactic Variations'), a double pipe symbol can be used in a data table to visually separate the inputs from the outputs:

where:
    in1 | in2 || out
    3   | 5   || 5
    7   | 0   || 7
    0   | 0   || 0

It would be great if Spock-Reports could recognize this and somehow make it clear in the report.

@renatoathaydes
Copy link
Owner

Oh, that's a good idea... will check if I can get this information from Spock somehow.

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

2 participants