extensibleweb / webidl.js

An implementation of WebIDL in ECMAScript
55 stars 14 forks source link

Double needs tests #50

Closed marcoscaceres closed 11 years ago

marcoscaceres commented 11 years ago

The implementation of double needs tests to make sure the implementation conforms to the Web IDL spec.

marcoscaceres commented 11 years ago

Code submitted: https://github.com/extensibleweb/webidl.js/issues/50

marcoscaceres commented 11 years ago

Tests have been integrated: https://github.com/extensibleweb/webidl.js/blob/master/test/WebIDL.Double-tests.js