jspg progress
This commit is contained in:
8
tests/fixtures/ref.json
vendored
8
tests/fixtures/ref.json
vendored
@ -585,7 +585,7 @@
|
||||
},
|
||||
"bar": "a"
|
||||
},
|
||||
"valid": false
|
||||
"valid": true
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -676,7 +676,7 @@
|
||||
},
|
||||
"bar": "a"
|
||||
},
|
||||
"valid": false
|
||||
"valid": true
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -1479,12 +1479,12 @@
|
||||
"valid": false
|
||||
},
|
||||
{
|
||||
"description": "parent max age (20) is inherited (not masked)",
|
||||
"description": "parent max age (20) is shadowed (replaced) by child definition",
|
||||
"data": {
|
||||
"type": "child",
|
||||
"age": 21
|
||||
},
|
||||
"valid": false
|
||||
"valid": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user