Review normalize command architecture
All checks were successful
ci/woodpecker/tag/release Pipeline was successful
All checks were successful
ci/woodpecker/tag/release Pipeline was successful
This commit is contained in:
@@ -80,7 +80,7 @@ func TestParseReaderSegmentsNotArrayFails(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestParseReaderTopLevelScalarShapesFail(t *testing.T) {
|
||||
tests := []string{`"text"`, `42`, `null`}
|
||||
tests := []string{`"text"`, `42`, `null`, `true`}
|
||||
for _, input := range tests {
|
||||
_, err := ParseReader(strings.NewReader(input))
|
||||
if err == nil {
|
||||
|
||||
Reference in New Issue
Block a user