Test packing/unpacking instances of Date and String

This commit is contained in:
Sylvain Corlay 2014-11-13 18:50:21 +00:00
parent 604d0bb666
commit 2a026ed45b

View File

@ -81,6 +81,7 @@ casper.notebook_test(function () {
test_packing([1, false]);
test_packing([1, false, {a: 'hi'}]);
test_packing([1, false, ['hi']]);
test_packing([String('hi'), Date("Thu Nov 13 2014 13:46:21 GMT-0500")])
// Test multi-set, single touch code. First create a custom widget.
this.evaluate(function() {