Skip to content

Commit

Permalink
Set the type_env field on all block tests with bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
TristonianJones committed Oct 21, 2024
1 parent cce8ebf commit 25de0bf
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions tests/simple/testdata/block_ext.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@ section: {
value: {
int64_value: 6
}
type_env: {
name: "msg"
ident: { type: { message_type: "google.api.expr.test.v1.proto3.TestAllTypes" }}
}
bindings: {
key: "msg"
value: {
Expand Down Expand Up @@ -309,6 +313,10 @@ section: {
value: {
int64_value: 31
}
type_env: {
name: "msg"
ident: { type: { message_type: "google.api.expr.test.v1.proto3.TestAllTypes" }}
}
bindings: {
key: "msg"
value: {
Expand Down Expand Up @@ -351,6 +359,10 @@ section: {
value: {
bool_value: true
}
type_env: {
name: "msg"
ident: { type: { message_type: "google.api.expr.test.v1.proto3.TestAllTypes" }}
}
bindings: {
key: "msg"
value: {
Expand Down Expand Up @@ -393,6 +405,10 @@ section: {
value: {
int64_value: 15
}
type_env: {
name: "msg"
ident: { type: { message_type: "google.api.expr.test.v1.proto3.TestAllTypes" }}
}
bindings: {
key: "msg"
value: {
Expand Down Expand Up @@ -435,6 +451,10 @@ section: {
value: {
int64_value: 8
}
type_env: {
name: "msg"
ident: { type: { message_type: "google.api.expr.test.v1.proto3.TestAllTypes" }}
}
bindings: {
key: "msg"
value: {
Expand Down Expand Up @@ -477,6 +497,10 @@ section: {
value: {
int64_value: 3
}
type_env: {
name: "msg"
ident: { type: { message_type: "google.api.expr.test.v1.proto3.TestAllTypes" }}
}
bindings: {
key: "msg"
value: {
Expand Down Expand Up @@ -519,6 +543,10 @@ section: {
value: {
int64_value: 8
}
type_env: {
name: "msg"
ident: { type: { message_type: "google.api.expr.test.v1.proto3.TestAllTypes" }}
}
bindings: {
key: "msg"
value: {
Expand Down Expand Up @@ -671,6 +699,10 @@ section: {
value: {
bool_value: true
}
type_env: {
name: "x"
ident: { type: { primitive: INT64 }}
}
bindings: {
key: "x"
value: {
Expand Down Expand Up @@ -759,6 +791,10 @@ section: {
}
}
}
type_env: {
name: "x"
ident: { type: { primitive: INT64 }}
}
bindings: {
key: "x"
value: {
Expand Down Expand Up @@ -802,6 +838,10 @@ section: {
value: {
int64_value: 10
}
type_env: {
name: "msg"
ident: { type: { message_type: "google.api.expr.test.v1.proto3.TestAllTypes" }}
}
bindings: {
key: "msg"
value: {
Expand Down Expand Up @@ -844,6 +884,10 @@ section: {
value: {
int64_value: 10
}
type_env: {
name: "msg"
ident: { type: { message_type: "google.api.expr.test.v1.proto3.TestAllTypes" }}
}
bindings: {
key: "msg"
value: {
Expand Down Expand Up @@ -886,6 +930,10 @@ section: {
value: {
int64_value: 10
}
type_env: {
name: "msg"
ident: { type: { message_type: "google.api.expr.test.v1.proto3.TestAllTypes" }}
}
bindings: {
key: "msg"
value: {
Expand Down Expand Up @@ -928,6 +976,10 @@ section: {
value: {
bool_value: true
}
type_env: {
name: "msg"
ident: { type: { message_type: "google.api.expr.test.v1.proto3.TestAllTypes" }}
}
bindings: {
key: "msg"
value: {
Expand Down Expand Up @@ -970,6 +1022,10 @@ section: {
value: {
bool_value: true
}
type_env: {
name: "opt_x"
ident: { type: { primitive: INT64 }}
}
bindings: {
key: "opt_x",
value: {
Expand Down

0 comments on commit 25de0bf

Please sign in to comment.