natpryce
06/30/2017, 6:02 AMbashor
06/30/2017, 10:42 AMnatpryce
06/30/2017, 10:44 AMfun `a test with spaces in its name`() { .. }
natpryce
06/30/2017, 10:45 AMfun `a test with spaces, and a comma`() { ... }
natpryce
06/30/2017, 10:45 AMbashor
06/30/2017, 10:46 AMnatpryce
06/30/2017, 10:50 AMQUnit.test('ByteArraySpliceTest.can_mutate_the_replaced_bytes', function () {
(new ByteArraySpliceTest()).can_mutate_the_replaced_bytes();
});
and it’s fine for the test name to contain spaces.bashor
06/30/2017, 10:52 AMnatpryce
06/30/2017, 10:54 AM