Fixes auto expansion of properties #1127

This commit is contained in:
Mike Farah
2022-03-01 11:29:11 +11:00
parent 2e731c310f
commit edbdb16ab7
3 changed files with 11 additions and 13 deletions
-13
View File
@@ -144,16 +144,3 @@ person.pets.0 = dog
person.food.0 = pizza
```
## Empty doc
Given a sample.properties file of:
```properties
```
then
```bash
yq -p=props sample.properties
```
will output
```yaml
```