internal/testdata/basic.proto3test.yaml:7:18 expected bool, got "1"
   7 |   - single_bool: 1
   7 | .................^

internal/testdata/basic.proto3test.yaml:8:18 expected bool, got "0"
   8 |   - single_bool: 0
   8 | .................^

internal/testdata/basic.proto3test.yaml:9:18 expected tag !!bool, got !!str
   9 |   - single_bool: "true"
   9 | .................^

internal/testdata/basic.proto3test.yaml:10:18 expected tag !!bool, got !!str
  10 |   - single_bool: "false"
  10 | .................^

internal/testdata/basic.proto3test.yaml:11:18 expected bool, got "True"
  11 |   - single_bool: True
  11 | .................^

internal/testdata/basic.proto3test.yaml:12:18 expected bool, got "False"
  12 |   - single_bool: False
  12 | .................^

internal/testdata/basic.proto3test.yaml:13:18 expected bool, got "TRUE"
  13 |   - single_bool: TRUE
  13 | .................^

internal/testdata/basic.proto3test.yaml:14:18 expected bool, got "FALSE"
  14 |   - single_bool: FALSE
  14 | .................^

internal/testdata/basic.proto3test.yaml:15:18 expected bool, got "yes"
  15 |   - single_bool: yes
  15 | .................^

internal/testdata/basic.proto3test.yaml:16:18 expected bool, got "no"
  16 |   - single_bool: no
  16 | .................^

internal/testdata/basic.proto3test.yaml:17:18 expected scalar, got sequence
  17 |   - single_bool: []
  17 | .................^

internal/testdata/basic.proto3test.yaml:18:18 expected scalar, got mapping
  18 |   - single_bool: {}
  18 | .................^

internal/testdata/basic.proto3test.yaml:25:19 integer is too large: > 2147483647
  25 |   - single_int32: 2147483648
  25 | ..................^

internal/testdata/basic.proto3test.yaml:26:19 integer is too small: < -2147483648
  26 |   - single_int32: -2147483649
  26 | ..................^

internal/testdata/basic.proto3test.yaml:29:19 integer is too large: > 2147483647
  29 |   - single_int32: 0X80000000
  29 | ..................^

internal/testdata/basic.proto3test.yaml:30:19 integer is too small: < -2147483648
  30 |   - single_int32: -0x80000001
  30 | ..................^

internal/testdata/basic.proto3test.yaml:33:19 integer is too large: > 2147483647
  33 |   - single_int32: 0O20000000000
  33 | ..................^

internal/testdata/basic.proto3test.yaml:34:19 integer is too small: < -2147483648
  34 |   - single_int32: -0o20000000001
  34 | ..................^

internal/testdata/basic.proto3test.yaml:37:19 integer is too large: > 2147483647
  37 |   - single_int32: 0B10000000000000000000000000000000
  37 | ..................^

internal/testdata/basic.proto3test.yaml:38:19 integer is too small: < -2147483648
  38 |   - single_int32: -0b10000000000000000000000000000001
  38 | ..................^

internal/testdata/basic.proto3test.yaml:39:19 invalid integer: precision loss
  39 |   - single_int32: 1.5
  39 | ..................^

internal/testdata/basic.proto3test.yaml:42:19 invalid integer: precision loss
  42 |   - single_int32: 5.0e-1
  42 | ..................^

internal/testdata/basic.proto3test.yaml:48:19 integer is too large: > 9223372036854775807
  48 |   - single_int64: 9223372036854775808
  48 | ..................^

internal/testdata/basic.proto3test.yaml:49:19 integer is too small: < -9223372036854775808
  49 |   - single_int64: -9223372036854775809
  49 | ..................^

internal/testdata/basic.proto3test.yaml:51:19 invalid integer: precision loss
  51 |   - single_int64: 9007199254740992.0
  51 | ..................^

internal/testdata/basic.proto3test.yaml:52:19 invalid integer: strconv.ParseUint: parsing "-1": invalid syntax
  52 |   - single_int32: --1
  52 | ..................^

internal/testdata/basic.proto3test.yaml:53:19 invalid integer: invalid number, expected digit
  53 |   - single_int32: ---1
  53 | ..................^

internal/testdata/basic.proto3test.yaml:54:19 invalid integer: strconv.ParseUint: parsing "inf": invalid syntax
  54 |   - single_int32: inf
  54 | ..................^

internal/testdata/basic.proto3test.yaml:55:19 invalid integer: invalid number, expected digit
  55 |   - single_int32: .inf
  55 | ..................^

internal/testdata/basic.proto3test.yaml:56:19 invalid integer: invalid number, expected digit
  56 |   - single_int32: -.inf
  56 | ..................^

internal/testdata/basic.proto3test.yaml:57:19 invalid integer: invalid number, expected digit
  57 |   - single_int32: .nan
  57 | ..................^

internal/testdata/basic.proto3test.yaml:58:20 invalid integer: strconv.ParseUint: parsing "-1": invalid syntax
  58 |   - single_uint32: -1
  58 | ...................^

internal/testdata/basic.proto3test.yaml:63:20 integer is too large: > 4294967295
  63 |   - single_uint32: 4294967296
  63 | ...................^

internal/testdata/basic.proto3test.yaml:65:20 invalid integer: precision loss
  65 |   - single_uint64: 18446744073709551616
  65 | ...................^

internal/testdata/basic.proto3test.yaml:71:19 invalid float: strconv.ParseFloat: parsing "1.7014118346046923e+39": value out of range
  71 |   - single_float: 1.7014118346046923e+39
  71 | ..................^

internal/testdata/basic.proto3test.yaml:83:20 expected scalar, got sequence
  83 |   - single_string: []
  83 | ...................^

internal/testdata/basic.proto3test.yaml:84:20 expected scalar, got mapping
  84 |   - single_string: {}
  84 | ...................^

internal/testdata/basic.proto3test.yaml:87:19 invalid base64: illegal base64 data at input byte 3
  87 |   - single_bytes: bad base64
  87 | ..................^

internal/testdata/basic.proto3test.yaml:95:22 unknown enum value "UNKNOWN", expected one of [FOO BAR BAZ]
  95 |   - standalone_enum: UNKNOWN
  95 | .....................^

internal/testdata/basic.proto3test.yaml:97:22 unknown enum value "foo", expected one of [FOO BAR BAZ]
  97 |   - standalone_enum: foo
  97 | .....................^

internal/testdata/basic.proto3test.yaml:98:21 expected sequence, got scalar
  98 |   - repeated_int32: 1
  98 | ....................^

internal/testdata/basic.proto3test.yaml:100:30 invalid integer: invalid number, expected digit
 100 |   - repeated_int32: [1, "1", hi]
 100 | .............................^

internal/testdata/basic.proto3test.yaml:101:21 expected sequence, got mapping
 101 |   - repeated_int32: {}
 101 | ....................^

internal/testdata/basic.proto3test.yaml:102:22 expected scalar, got sequence
 102 |   - repeated_int32: [[]]
 102 | .....................^

internal/testdata/basic.proto3test.yaml:103:22 expected scalar, got sequence
 103 |   - repeated_int32: [[1]]
 103 | .....................^

internal/testdata/basic.proto3test.yaml:104:25 expected fields for bufext.cel.expr.conformance.proto3.TestAllTypes.NestedMessage, got scalar
 104 |   - standalone_message: 1
 104 | ........................^

internal/testdata/basic.proto3test.yaml:105:25 expected fields for bufext.cel.expr.conformance.proto3.TestAllTypes.NestedMessage, got sequence
 105 |   - standalone_message: []
 105 | ........................^

internal/testdata/basic.proto3test.yaml:107:22 invalid duration: missing unit, expected one of [h m s ms us ns]
 107 |   - single_duration: 1
 107 | .....................^

internal/testdata/basic.proto3test.yaml:110:22 invalid duration: fractional nanos
 110 |   - single_duration: 1.0123456789s
 110 | .....................^

internal/testdata/basic.proto3test.yaml:111:22 invalid number, expected digit
 111 |   - single_duration: As
 111 | .....................^

internal/testdata/basic.proto3test.yaml:112:22 invalid number, expected digit
 112 |   - single_duration: A.1s
 112 | .....................^

internal/testdata/basic.proto3test.yaml:113:22 invalid duration: missing unit, expected one of [h m s ms us ns]
 113 |   - single_duration: 1.1.1s
 113 | .....................^

internal/testdata/basic.proto3test.yaml:114:22 invalid duration: unknown unit, expected one of [h m s ms us ns]
 114 |   - single_duration: 1.Bs
 114 | .....................^

internal/testdata/basic.proto3test.yaml:119:23 invalid timestamp: before 0001-01-01T00:00:00Z
 119 |   - single_timestamp: 0000-01-01T00:00:00Z
 119 | ......................^

internal/testdata/basic.proto3test.yaml:121:23 invalid timestamp: parsing time "9999-12-31T23:59:60Z": second out of range
 121 |   - single_timestamp: 9999-12-31T23:59:60Z
 121 | ......................^

internal/testdata/basic.proto3test.yaml:125:23 invalid timestamp: parsing time "10" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "10" as "2006"
 125 |   - single_timestamp: 10
 125 | ......................^

internal/testdata/basic.proto3test.yaml:126:23 invalid timestamp: parsing time "hello" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "hello" as "2006"
 126 |   - single_timestamp: hello
 126 | ......................^

internal/testdata/basic.proto3test.yaml:130:23 expected fields for google.protobuf.Timestamp, got sequence
 130 |   - single_timestamp: []
 130 | ......................^

internal/testdata/basic.proto3test.yaml:135:7 unknown field "@type", expected one of [value]
 135 |       "@type": type.googleapis.com/google.protobuf.Int32Value
 135 | ......^

internal/testdata/basic.proto3test.yaml:142:21 invalid integer: integer is too large
 142 |   - single_fixed64: 1000Ei
 142 | ....................^

internal/testdata/basic.proto3test.yaml:145:19 integer is too small: < -2147483648
 145 |   - single_int32: -1Ti
 145 | ..................^

internal/testdata/basic.proto3test.yaml:146:19 invalid integer: invalid bytes: unknown unit, expected one of [k M G T P E Ki Mi Gi Ti Pi Ei]
 146 |   - single_int32: 1Ai
 146 | ..................^

internal/testdata/basic.proto3test.yaml:147:19 invalid integer: precision loss
 147 |   - single_int32: 1.1
 147 | ..................^

internal/testdata/basic.proto3test.yaml:148:19 invalid integer: strconv.ParseUint: parsing "1Mi1Ki": invalid syntax
 148 |   - single_int32: 1Mi1Ki
 148 | ..................^

internal/testdata/basic.proto3test.yaml:150:21 invalid integer: expected number
 150 |   - single_fixed64: ""
 150 | ....................^

internal/testdata/basic.proto3test.yaml:151:22 unknown enum value "1k", expected one of [FOO BAR BAZ]
 151 |   - standalone_enum: 1k
 151 | .....................^
