1
0
Files
PPTX/tests/fixtures/yaml_samples/edge_cases/empty_font_attributes.yaml
lanyuanxiaoyao f273cef195 fix: use quoted strings for size values in YAML to prevent time parsing
YAML parser interprets 16:9 as time format (16h 9m = 969s).
Using quoted strings "16:9" ensures correct string parsing.
2026-03-02 23:50:31 +08:00

16 lines
276 B
YAML

metadata:
size: "16:9"
slides:
- elements:
# 空字体属性
- type: text
box: [1, 1, 3, 0.5]
content: "Empty Font Attributes"
font: {}
# 空字体
- type: text
box: [1, 2, 3, 0.5]
content: "No Font Field"