You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi!
this issue is sorta blocking for me so i thought i would try to fix it.
im still learning the codebase and understanding how yaegi works, but I thought I would attempt to add a test in the style of other tests as a start.
please let me know if there is anything i need to change / run, or if anyone knows perhaps a good place to start for tackling this issue
Fixes#1496
The following program
test.go
triggers an unexpected resultExpected result
Got
Yaegi Version
eee72d1
Additional Notes
[]byte{} == nil and nil == []byte{} should both be false
however, yaegi thinks that nil == []byte{}
The text was updated successfully, but these errors were encountered: