pub const EX_0104: &str = r#"
┌──────────────────────────────────────────────────────────────────────────────────────────────────┐
│ information item name │
├──────────────────────┬──────────────────╥─────────────────────────────────────┬──────────────────┤
│ input expression 1 │ input value 1a, ║ input entry 1.1 │ input entry 1.2 │
│ │ input value 1b ║ │ │
├──────────────────────┼──────────────────╫──────────────────┬──────────────────┼──────────────────┤
│ input expression 2 │ input value 2a, ║ input entry 2.1 │ input entry 2.2 │ - │
│ │ input value 2b ║ │ │ │
╞════════╤═════════════╪══════════════════╬══════════════════╪══════════════════╪══════════════════╡
│ │ output │ output value 1a, ║ output entry 1.1 │ output entry 1.2 │ output entry 1.3 │
│ output │ component 1 │ output value 1b ║ │ │ │
│ label ├─────────────┼──────────────────╫──────────────────┼──────────────────┼──────────────────┤
│ │ output │ output value 2a, ║ output entry 2.1 │ output entry 2.2 │ output entry 2.3 │
│ │ component 2 │ output value 2b ║ │ │ │
├────────┴─────────────┼──────────────────╫──────────────────┼──────────────────┼──────────────────┤
│ U │ ║ 1 │ 2 │ 3 │
└──────────────────────┴──────────────────╨──────────────────┴──────────────────┴──────────────────┘
"#;
Expand description
General vertical decision table with multiple outputs.