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
@@ -34,7 +34,7 @@ yq '.a = .a % .b' sample.yml
```
will output
```yaml
a: !!float 2
a: 2
b: 2.5
```
@@ -69,7 +69,7 @@ yq '.a = .a % .b' sample.yml
```
will output
```yaml
a: !!float NaN
a: NaN
b: 0
```