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
55} )
66
77test ( '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 )
99} )
1010
1111test ( '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 )
1313} )
1414
1515test ( '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