Function extract_next_action_sequence

Source
fn extract_next_action_sequence(couple_lines: &[String]) -> SubStep
Expand description

When an “Action” line is encountered within a Step, we want to group it with all consecutive Action lines that follow

The result is a type of SubStep called an ActionSequence

Action Sequences can be a single Action, or many actions