You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
meli/melib/src/sieve/tests/compile/errors/encoded-character.sieve

24 lines
355 B
Sieve

/*
* Encoded-character errors
*
* Total errors: 2 (+1 = 3)
*/
require "encoded-character";
require "fileinto";
# Invalid unicode character (1)
fileinto "INBOX.${unicode:200000}";
# Not an error
fileinto "INBOX.${unicode:200000";
# Invalid unicode character (2)
fileinto "INBOX.${Unicode:DF01}";
# Not an error
fileinto "INBOX.${Unicode:DF01";