Skip to content

Commit 71044f7

Browse files
author
Jim Palmer
committed
add another quick test case from PR #12
1 parent 6659a68 commit 71044f7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

unit-tests.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,10 @@
447447
[ 'bar.1', 'bar.1-2' ],
448448
"issue #21 - javascript error"
449449
);
450+
wrapTest(
451+
['SomeString', 'SomeString 1'],
452+
['SomeString', 'SomeString 1'],
453+
"PR #19 - ['SomeString', 'SomeString 1'] bombing on 'undefined is not an object' - dannycochran");
450454
});
451455

452456
});

0 commit comments

Comments
 (0)