Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eval/tests/end_to_end_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ TEST(EndToEndTest, SimpleOnePlusOne) {

// Simple end-to-end test, which also serves as usage example.
TEST(EndToEndTest, EmptyStringCompare) {
// AST CEL equivalent of "var.string_value == """
// AST CEL equivalent of "var.string_value == "" && var.int64_value == 0"
constexpr char kExpr0[] = R"(
call_expr: <
function: "_&&_"
Expand Down