This commit is contained in:
Mike Farah
2026-08-19 15:23:47 +10:00
parent d51f1fad31
commit 718f66dfec
8 changed files with 61 additions and 45 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ yq '.a = .a / 0 | .b = .b / 0' sample.yml
```
will output
```yaml
a: !!float +Inf
b: !!float -Inf
a: +Inf
b: -Inf
```