We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f5f40 commit db5b4afCopy full SHA for db5b4af
String/test/AlphaNumericPalindrome.test.js
@@ -5,11 +5,11 @@ test('should return true if the given string has alphanumeric characters that ar
5
})
6
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)
+ expect(alphaNumericPlaindrome('0_0 (: /-:) 0-0')).toBe(true)
9
10
11
12
- expect(alphaNumericPlaindrome('five|\_/|four')).toBe(false)
+ expect(alphaNumericPlaindrome('five|_/|four')).toBe(false)
13
14
15
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments