mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
add test payload in test_deep_linking to demonstrate the bug
This commit is contained in:
parent
75fbe544c3
commit
21f308f074
1 changed files with 2 additions and 0 deletions
|
|
@ -10,12 +10,14 @@ PAYLOADS = [
|
|||
"aaBBccDDeeFF5544332211",
|
||||
-12345678901234567890,
|
||||
12345678901234567890,
|
||||
"underscore_and-dash",
|
||||
]
|
||||
WRONG_PAYLOADS = [
|
||||
"@BotFather",
|
||||
"Some:special$characters#=",
|
||||
"spaces spaces spaces",
|
||||
1234567890123456789.0,
|
||||
"has`backtick",
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue