konstantinvlasenko / PowerSlim

Fitnesse Slim implementation in PowerShell. PowerSlim makes it possible to use PowerShell in the acceptance testing
powerslim.org
GNU General Public License v3.0
48 stars 21 forks source link

Incorrent handling <pre> from the scenario #69

Closed skalitin closed 9 years ago

skalitin commented 9 years ago

What was the issue that was fixed by this commit: "allow pre from the test", https://github.com/konstantinvlasenko/PowerSlim/commit/65446ee80f6abc9d9558e411b28cebee97dce553? I just found out that this commit breaks tests like this (github breaks fitnesse formatting...):

image

'Pre' tags will not be stripped because after expanding 'Execute block' scenario actual script send to powerslim will start from '&', not from 'pre' tag. It is very easy to fix - just revert the commit :).