rougail-output-formatter/tests/results/00_6float/rougail/00-base.yml

17 lines
233 B
YAML
Raw Normal View History

2025-04-27 09:27:04 +02:00
%YAML 1.2
2024-12-23 20:54:52 +01:00
---
version: 1.1
2025-04-27 09:27:04 +02:00
var1: 0.0 # the first variable
2024-12-23 20:54:52 +01:00
2025-04-27 09:27:04 +02:00
var2: 0.0 # the second variable
2024-12-23 20:54:52 +01:00
2025-04-27 09:27:04 +02:00
var3: 0.0 # the third variable
2024-12-23 20:54:52 +01:00
2025-04-27 09:27:04 +02:00
var4: 10.1 # the forth variable
2024-12-23 20:54:52 +01:00
2025-04-27 09:27:04 +02:00
var5: 10.1 # the fifth variable
2024-12-23 20:54:52 +01:00
2025-04-27 09:27:04 +02:00
var6: 10.1 # the sixth variable
...