Skip to content
Snippets Groups Projects
lexer.svtest 586 B
Newer Older
require "vnd.dovecot.testsuite";
require "variables";

/* Test conformance to RFC 5228 - 2.4.2. Strings */

set "text" text: # Comment
Line 1
.Line 2
..Line 3
.Line 4
Line 5
.
;

set "quoted"
"Line 1
.Line 2
.Line 3
.Line 4
Line 5
";

test "String Literal" {
	if not string :is "${text}" "${quoted}" {
		test_fail "lexer messed-up dot stuffing";
	}

	if string :is "${text}" "" {
		test_fail "variable substitution failed";
	}
}

test "Unknown Escapes" {
	if not string :is "\a\a\a\a\a" "aaaaa" {
		test_fail "unknown quoted string escape sequences are handled inappropriately";
	}

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.