Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Andrew Dinh <andrewd@openssl.org>
MergeDate: Mon Aug 10 12:23:43 2026
(Merged from https://github.com/openssl/openssl/pull/31597)
{ "sky='BLUE'", "sky='BLUE'", 1 },
{ "sky=BLUE", "sky=blue", 1 },
{ "sky='BLUE'", "sky=BLUE", -1 },
{ "sky='BLUE'", "sky='BLUE'", 1 },
{ "sky=BLUE", "sky=blue", 1 },
{ "sky='BLUE'", "sky=BLUE", -1 },
+ { "sky=BlUe", "sky=BLUE", 1 },
+ { "sky='BlUe'", "sky='BLUE'", -1 },
+ { "sky=\"BLUE\"", "sky=\"BLUE\"", 1 },
+ { "sky=BLUE", "sky=\"BLUE\"", -1 },
{ "today=monday, tomorrow=3", "today!=2", 1 },
{ "today=monday, tomorrow=3", "today!='monday'", -1 },
{ "today=monday, tomorrow=3", "tomorrow=3", 1 },
{ "today=monday, tomorrow=3", "today!=2", 1 },
{ "today=monday, tomorrow=3", "today!='monday'", -1 },
{ "today=monday, tomorrow=3", "tomorrow=3", 1 },