File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ test('should return true if the given string has alphanumeric characters that ar
5
5
} )
6
6
7
7
test ( 'should return true if the given string has alphanumeric characters that are palindrom irrespective of case and symbols' , ( ) => {
8
- expect ( alphaNumericPlaindrome ( '0_0 (: /-\ :) 0-0' ) ) . toBe ( true )
8
+ expect ( alphaNumericPlaindrome ( '0_0 (: /-:) 0-0' ) ) . toBe ( true )
9
9
} )
10
10
11
11
test ( 'should return true if the given string has alphanumeric characters that are palindrom irrespective of case and symbols' , ( ) => {
12
- expect ( alphaNumericPlaindrome ( 'five|\ _/|four' ) ) . toBe ( false )
12
+ expect ( alphaNumericPlaindrome ( 'five|_/|four' ) ) . toBe ( false )
13
13
} )
14
14
15
15
test ( 'should return true if the given string has alphanumeric characters that are palindrom irrespective of case and symbols' , ( ) => {
You can’t perform that action at this time.
0 commit comments