kevmoens / Ellabit

The interactive C# coding app to learn/practice coding.
MIT License
55 stars 21 forks source link

Added a test to challenge 045 to respond to issue #15 #18

Closed wolf-361 closed 1 year ago

wolf-361 commented 1 year ago

Testing for null string returns false if comparing to String.Empty

kevmoens commented 1 year ago

I must have ran across this in VB.

https://stackoverflow.com/questions/2633166/nothing-string-empty-why-are-these-equal

Sent from my iPhone

On Oct 16, 2022, at 8:23 PM, Luc Allaire @.***> wrote:

 Testing for null string returns false if comparing to String.Empty

You can view, comment on, or merge this pull request online at:

https://github.com/kevmoens/Ellabit/pull/18

Commit Summary

f1a271a Added a test to challenge 045 File Changes (1 file) M Ellabit/Challenges/Challenge045Isthestringempty.cs (17) Patch Links:

https://github.com/kevmoens/Ellabit/pull/18.patch https://github.com/kevmoens/Ellabit/pull/18.diff — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.