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

Update slim.ps1 #67

Closed maxbeard12 closed 9 years ago

maxbeard12 commented 9 years ago

To check fix you can use this test:

!|Script| |$MySymbol=|eval|"Hello"| |$MySymbols=|eval|"Great"| |check|eval|"$MySymbol World!"|Hello World!| |check|eval|"$MySymbols World!"|Great World!|

It's red with original slim.ps1

konstantinvlasenko commented 9 years ago

Max it seems like you are doint the somilar stuff to pull request 66. Isn't it?

maxbeard12 commented 9 years ago

Yes, exactly :)

Dmitrij works in my team. And actually he has fixed this issue. I didn't know that he sent this already.

2015-02-17 17:09 GMT+03:00 konstantinvlasenko notifications@github.com:

Max it seems like you are doint the somilar stuff to pull request 66 https://github.com/konstantinvlasenko/PowerSlim/pull/66. Isn't it?

— Reply to this email directly or view it on GitHub https://github.com/konstantinvlasenko/PowerSlim/pull/67#issuecomment-74672472 .

С уважением, Максим @maxbeard12 https://twitter.com/maxbeard12

konstantinvlasenko commented 9 years ago

I've merged #66