You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requires that all values of the <strong>EXPECT</strong> attribute match the number(s) or numeric comparison. When comparing rangeOfInteger values, the "<" and ">" operators only check the upper bound of the range.
415
+
Requires that all values of the <strong>EXPECT</strong> attribute match ("="), do not match ("!"), are less than ("<"), or are greater than (">") the number(s). When comparing rangeOfInteger values, the "<" and ">" operators only check the upper bound of the range, "=" checks for inclusion in a range, and "!" checks for exclusion of a range.
Requires that at least one value of the <strong>EXPECT</strong> attribute matches the number(s) or numeric comparison. When comparing rangeOfInteger values, the "<" and ">" operators only check the upper bound of the range.
462
+
Requires that at least one value of the <strong>EXPECT</strong> attribute matches ("="), does not match ("!"), is less than ("<"), or is greater than (">") the number(s). When comparing rangeOfInteger values, the "<" and ">" operators only check the upper bound of the range, "=" checks for inclusion in a range, and "!" checks for exclusion of a range.
Requires that all values of the \fBEXPECT\fR attribute match the number(s) or numeric comparison. When comparing rangeOfInteger values, the "<" and ">" operators only check the upper bound of the range.
403
+
Requires that all values of the \fBEXPECT\fR attribute match ("="), do not match ("!"), are less than ("<"), or are greater than (">") the number(s). When comparing rangeOfInteger values, the "<" and ">" operators only check the upper bound of the range, "=" checks for inclusion in a range, and "!" checks for exclusion of a range.
402
404
.TP5
403
405
\fBWITH\-ALL\-VALUES"false"\fR
404
406
.TP5
@@ -436,14 +438,16 @@ Requires that at least one URI value contains a matching scheme.
436
438
\fBWITH\-VALUE"\fIliteralstring\fB"\fR
437
439
Requires that at least one value of the \fBEXPECT\fR attribute matches the literal string. Comparisons are case-sensitive.
438
440
.TP5
439
-
\fBWITH\-VALUE<\fInumber\fR
440
-
.TP5
441
441
\fBWITH\-VALUE=\fInumber\fR
442
442
.TP5
443
+
\fBWITH\-VALUE!\fInumber\fR
444
+
.TP5
445
+
\fBWITH\-VALUE<\fInumber\fR
446
+
.TP5
443
447
\fBWITH\-VALUE>\fInumber\fR
444
448
.TP5
445
449
\fBWITH\-VALUE\fInumber\fR[\fI,...,number\fR]
446
-
Requires that at least one value of the \fBEXPECT\fR attribute matches the number(s) or numeric comparison. When comparing rangeOfInteger values, the "<" and ">" operators only check the upper bound of the range.
450
+
Requires that at least one value of the \fBEXPECT\fR attribute matches ("="), does not match ("!"), is less than ("<"), or is greater than (">") the number(s). When comparing rangeOfInteger values, the "<" and ">" operators only check the upper bound of the range, "=" checks for inclusion in a range, and "!" checks for exclusion of a range.
0 commit comments