rcl/golden/error/runtime_unknown_field_string.test
Ruud van Asseldonk 1d3ff4e28e Print the value on unknown field error
I'm running into this error now in a program I'm writing, and I would
like to see the value so I know what I'm doing wrong.
2023-12-12 00:27:31 +01:00

14 lines
291 B
Text

"turbo encabulator".is_prefabulated
# output:
stdin:1:21
1 │ "turbo encabulator".is_prefabulated
╵ ^~~~~~~~~~~~~~~
Error: Unknown field.
stdin:1:1
1 │ "turbo encabulator".is_prefabulated
╵ ^~~~~~~~~~~~~~~~~~~
Note: On value: "turbo encabulator"