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