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

Formating of coverage within ifdef is wrong #861

Closed
veripoolbot opened this issue Dec 18, 2014 · 0 comments
Closed

Formating of coverage within ifdef is wrong #861

veripoolbot opened this issue Dec 18, 2014 · 0 comments

Comments

@veripoolbot
Copy link
Collaborator


Author Name: Bernd Beuster
Original Redmine Issue: 861 from https://www.veripool.org
Original Date: 2014-12-18


Expected
@ifdef ASSERT_ON chk_001: assert property(p_001); chk_002: assert property(p_002); chk_003: assert property(p_003); endif

ifdef COVER_ON cov_001: cover property(p_001); cov_002: cover property(p_002); cov_003: cover property(p_003); endif
@

Got
@ifdef ASSERT_ON chk_001: assert property(p_001); chk_002: assert property(p_002); chk_003: assert property(p_003); endif

ifdef COVER_ON cov_001: cover property(p_001); cov_002: cover property(p_002); cov_003: cover property(p_003); endif
@

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