cholick / idea-spock-enhancements

A plugin for IntelliJ IDEA that improves integration with the Spock specification framework
Other
30 stars 10 forks source link

Formating the where table #20

Closed ehmkah closed 10 years ago

ehmkah commented 10 years ago

I have troubles formatting the where table in Spock Tests right, if I use the "||" to seperate input data from expected data. See first screenshot:

spockbad

If I dont use "||" the output looks the way I expect it spockgood

Any ideas how this can be fixed?

cholick commented 10 years ago

This plugin doesn't control the formatting for Spock data tables. You'll want to raise the issue at IntelliJ's YouTrack: https://youtrack.jetbrains.com/issues/IDEA

Looks like this might be your issue: https://youtrack.jetbrains.com/issue/IDEA-121140

A regression around that maybe?

ehmkah commented 10 years ago

Thank you. The issue you link seems to describe my problem.