madkixt / base2

Automatically exported from code.google.com/p/base2
0 stars 0 forks source link

base2.instanceOf(null, Object) raises exception #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. base2.instanceOf(null, Object)
2. run the script

What is the expected output? 
- false
What do you see instead?
- exception: Null value (Safari)
- exception: object has no properties (Firefox)

Please use labels and text to provide additional information.
will do ;-)

Original issue reported on code.google.com by doek...@gmail.com on 27 Jul 2007 at 9:54

GoogleCodeExporter commented 8 years ago
This is actually a regression of issue 18. We badly need unit tests (I'm 
working on JSON at the moment)

Original comment by doek...@gmail.com on 27 Jul 2007 at 10:02

GoogleCodeExporter commented 8 years ago
Fixed already. On my machine, that is.

Original comment by dean.edw...@gmail.com on 27 Jul 2007 at 10:46

GoogleCodeExporter commented 8 years ago
I've added a unit-test for this ;-)

Original comment by doek...@gmail.com on 27 Jul 2007 at 11:44

GoogleCodeExporter commented 8 years ago
Fixed in current release.

Original comment by dean.edw...@gmail.com on 10 Aug 2007 at 4:14