mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
Test packing/unpacking instances of Date and String
This commit is contained in:
parent
604d0bb666
commit
2a026ed45b
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user