Skip to content

Commit

Permalink
Reshuffle more, i forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Dec 9, 2024
1 parent d1facd6 commit 50cfd4c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ void detection() {
assertFalse(
secDispatcher.isEncryptedString("Oleg was here {12345678901234567890123456789012345678901234567890}"));
assertTrue(secDispatcher.isLegacyEncryptedString(
"Oleg was here {12345678901234567890123456789012345678901234567890}"));
"{12345678901234567890123456789012345678901234567890} Oleg was here"));
assertTrue(secDispatcher.isLegacyEncryptedString(
"Oleg was here {12345678901234567890123456789012345678901234567890}"));
"Oleg {12345678901234567890123456789012345678901234567890} was here"));

// contains {} in the middle
assertFalse(secDispatcher.isEncryptedString("{KDvsYOFLlX{}gH4LU8tvpzAGg5otiosZXvfdQq0yO86LU=}"));
Expand Down

0 comments on commit 50cfd4c

Please sign in to comment.