Re: [go-nuts] Re: Examples testing with two newline, but only one newline

2018-08-14 Thread zpsyhapcst
Wow!!, Thank you I think test files do not work in "Play golang" , but it seems work fine I learn a new trick again. messju mohr於 2018年8月13日星期一 UTC+8下午10時52分43秒寫道: > > Here is a running version that shows the original poster's problem: > > > On Mon, Aug

[go-nuts] Re: Examples testing with two newline, but only one newline

2018-08-14 Thread zpsyhapcst
Thank you I have written a test, but when I saw the Examples, I thought it was better to test my function. And I got the error. I am not sure whether it is a bug. Jake Montgomery於 2018年8月14日星期二 UTC+8上午5時27分46秒寫道: > > Looks like a bug to me. I would suggest you open an issue. > > It is not clear

[go-nuts] Re: Examples testing with two newline, but only one newline

2018-08-13 Thread jake6502
Looks like a bug to me. I would suggest you open an issue. It is not clear to me what the intended behavior is. It is documented that examples strip some white space when comparing output. So it may be intentional that multiple white space lines are removed from the expected output. In that cas

Re: [go-nuts] Re: Examples testing with two newline, but only one newline

2018-08-13 Thread messju mohr
Here is a running version that shows the original poster's problem: On Mon, Aug 13, 2018 at 07:16:08AM -0700, gary.willoug...@victoriaplumb.com wrote: >Your program doesn't work. > >On Saturday, 11 August 2018 09:10:04 UTC+1, 子風 wrote: > > Hi

[go-nuts] Re: Examples testing with two newline, but only one newline

2018-08-13 Thread gary . willoughby
Your program doesn't work. On Saturday, 11 August 2018 09:10:04 UTC+1, 子風 wrote: > > Hi > > https://play.golang.org/p/AIB-yJaExVu > > When I want to use examples to test my code, I find something odd. > Example1 could pass, but Example2 failed > > --- FAIL: Example2 (0.00s) >> got: >> hello >> . >