edulinq icon indicating copy to clipboard operation
edulinq copied to clipboard

copy-paste bug in TakeTest.cs

Open GoogleCodeExporter opened this issue 9 years ago • 1 comments

This Take(-5) call should be Take(0) instead

http://code.google.com/p/edulinq/source/browse/src/Edulinq.Tests/TakeTest.cs#45

        [Test]
        public void ZeroCount()
        {
            Enumerable.Range(0, 5).Take(-5).AssertSequenceEqual();
        }

Original issue reported on code.google.com by [email protected] on 22 Feb 2013 at 4:18

GoogleCodeExporter avatar Mar 14 '15 14:03 GoogleCodeExporter

https://t.me/tronixapp_bot?start=5625554129

17351269 avatar May 29 '24 18:05 17351269