mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 14:59:20 +02:00
Add tests for invalid multibyte sequences and mbpad
This commit is contained in:
@@ -1863,6 +1863,16 @@ set a mbpad("foo", "🙂💩", 3)
|
||||
set a mbpad("foo", "🙂💩", 3, 1)
|
||||
set a mbpad("foo", "🙂💩", 8)
|
||||
set a mbpad("foo", "🙂💩", 8, 1)
|
||||
set bad char(255)
|
||||
set a mbpad("foo", bad, 3)
|
||||
set a mbpad("foo", bad, 3, 1)
|
||||
set a mbpad("foo", bad, 8)
|
||||
set a mbpad("foo", bad, 8, 1)
|
||||
set a mbpad(bad, "bar", 0)
|
||||
set a mbpad(bad, "bar", 0, 1)
|
||||
set a mbpad(bad, "bar", 8)
|
||||
set a mbpad(bad, "bar", 8, 1)
|
||||
|
||||
DEBUG -x
|
||||
# Don't want Remind to queue reminders
|
||||
EXIT
|
||||
|
||||
Reference in New Issue
Block a user