File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- feature ( "Deleting characters " , function ( ) {
2- story ( 'User presses delete key with cursor on a mask literal' , function ( ) {
1+ feature ( "Delete Key " , function ( ) {
2+ story ( 'User presses delete with cursor on a mask literal' , function ( ) {
33 scenario ( 'character at end matches definition to the right' , function ( ) {
44 given ( "an input with a mask definition of '9-99'" , function ( ) {
55 input
@@ -49,7 +49,7 @@ feature("Deleting characters", function() {
4949 } ) ;
5050 } ) ;
5151
52- story ( 'User presses delete key with cursor on first character' , function ( ) {
52+ story ( 'User presses delete with cursor on first character' , function ( ) {
5353 scenario ( 'character to right matches definition of current position' , function ( ) {
5454 given ( "an input with a mask definition of '99'" , function ( ) {
5555 input
You can’t perform that action at this time.
0 commit comments