We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce84c36 commit bcd5e46Copy full SHA for bcd5e46
checked_yaml/test/example_test.dart
@@ -81,7 +81,7 @@ line 1, column 2: Unrecognized keys: [bob]; supported keys: [name, count]
81
_expectThrows(
82
'{"name": 42, "count": 42}',
83
r'''
84
-line 1, column 10: Unsupported value for "name".
+line 1, column 10: Unsupported value for "name". type 'int' is not a subtype of type 'String' in type cast
85
╷
86
1 │ {"name": 42, "count": 42}
87
│ ^^
0 commit comments