add test payload in test_deep_linking to demonstrate the bug

This commit is contained in:
Amirsoroush 2025-01-14 21:34:35 +03:00
parent 75fbe544c3
commit 21f308f074

View file

@ -10,12 +10,14 @@ PAYLOADS = [
"aaBBccDDeeFF5544332211",
-12345678901234567890,
12345678901234567890,
"underscore_and-dash",
]
WRONG_PAYLOADS = [
"@BotFather",
"Some:special$characters#=",
"spaces spaces spaces",
1234567890123456789.0,
"has`backtick",
]