rougail-output-doc/tests/results/test_without_family/00_6regexp_link.sh

23 lines
2.6 KiB
Bash
Raw Permalink Normal View History

2025-10-14 12:58:39 +02:00
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
var1 │ A first variable. │
2025-10-14 12:58:39 +02:00
 regexp   standard   mandatory  │ Validator: text based with regular │
│ │ expressions │
│ │ "^#(?:[0-9a-f]{3}){1,2}$"
│ │ Default: #a1a1a1 │
│ │ Examples: │
2025-11-29 22:21:06 +01:00
│ │ • #b1b1b1 │
│ │ • #b2b2b2 │
2025-10-14 12:58:39 +02:00
├───────────────────────────────────────┼──────────────────────────────────────┤
var2 │ A second variable. │
2025-10-14 12:58:39 +02:00
 regexp   standard   mandatory  │ Validator: text based with regular │
│ │ expressions │
│ │ "^#(?:[0-9a-f]{3}){1,2}$"
│ │ Default: the value of the variable │
│ │ "var1"
2025-10-14 12:58:39 +02:00
│ │ Examples: │
2025-11-29 22:21:06 +01:00
│ │ • #b2b1b1 │
│ │ • #b3b2b2 │
2025-10-14 12:58:39 +02:00
└───────────────────────────────────────┴──────────────────────────────────────┘