(command.CommandList
  children: [
    (command.ShAssignment
      pairs: [
        (assign_pair
          lhs: (sh_lhs_expr.Name name:test_description)
          op: assign_op.Equal
          rhs: {(SQ <'reset can handle submodules'>)}
          spids: [4]
        )
      ]
    )
    (C {<.>} {<'./test-lib.sh'>})
    (C {<.>} {(DQ ($ Id.VSub_DollarName '$TEST_DIRECTORY')) <'/lib-submodule-update.sh'>})
    (C {<test_submodule_switch>} {(DQ <'git reset --keep'>)})
    (C {<test_submodule_switch>} {(DQ <'git reset --merge'>)})
    (C {<test_submodule_forced_switch>} {(DQ <'git reset --hard'>)})
    (C {<test_done>})
  ]
)