[
  {
    "name": "q1_term_and_show",
    "description": "Q1: show unset, enter config, set valid term, too-big term, missing term.",
    "stdin": "show\n/c\nshow\nterm 5024\nshow\nterm 5158\nterm 5000\n",
    "expected_stdout": "> show\nTerm { unset }\n> /c\n> show\nTerm { unset }\n> term 5024\n> show\nTerm { unswid: 5024, year: 2002, term: S1, starting: 2002-03-04, ending: 2002-06-14 }\n> term 5158\nTerm not set up yet, you cannot set this term.\n> term 5000\nInvalid term.\n"
  },
  {
    "name": "q1_config_exit_and_d",
    "description": "Q1: /c, set term, show, exit (leave config), show again; /d, set different term, show.",
    "stdin": "/c\nterm 5024\nshow\nexit\nshow\n/d\nterm 5024\nshow\n",
    "expected_stdout": "> /c\n> term 5024\n> show\nTerm { unswid: 5024, year: 2002, term: S1, starting: 2002-03-04, ending: 2002-06-14 }\n> exit\n> show\nTerm { unswid: 5024, year: 2002, term: S1, starting: 2002-03-04, ending: 2002-06-14 }\n> /d\n> term 5024\n> show\nTerm { unswid: 5024, year: 2002, term: S1, starting: 2002-03-04, ending: 2002-06-14 }\n"
  },
  {
    "name": "q1_unknown_command",
    "description": "Q1: unknown command prints 'Unknown command.'; then valid show.",
    "stdin": "foo\nbar\nshow\n/c\nterm 5024\nshow\n",
    "expected_stdout": "> foo\nUnknown command.\n> bar\nUnknown command.\n> show\nTerm { unset }\n> /c\n> term 5024\n> show\nTerm { unswid: 5024, year: 2002, term: S1, starting: 2002-03-04, ending: 2002-06-14 }\n"
  },
  {
    "name": "q2_student_needs_term",
    "description": "Q2: student without configured term triggers 'Term not configured...'.",
    "stdin": "student 2281773\n",
    "expected_stdout": "> student 2281773\nTerm not configured. Use /c then term <...>.\n"
  },
  {
    "name": "q2_student_valid_and_invalid",
    "description": "Q2: valid student (raw and z-prefix), then non-existent students.",
    "stdin": "/c\nterm 5024\nstudent 2281773\nstudent z2281773\nstudent 9999999\nstudent z0000000\n",
    "expected_stdout": "> /c\n> term 5024\n> student 2281773\nStudent {\n  zid: z2281773\n  id:  1013041\n  name: Solailakshmi Wright\n  email: z2281773@student.unsw.edu.au\n  stype: local\n  program: Unknown\n  faculty: Unknown\n}\n> student z2281773\nStudent {\n  zid: z2281773\n  id:  1013041\n  name: Solailakshmi Wright\n  email: z2281773@student.unsw.edu.au\n  stype: local\n  program: Unknown\n  faculty: Unknown\n}\n> student 9999999\nStudent not found.\n> student z0000000\nStudent not found.\n"
  },
  {
    "name": "q2_student_with_program",
    "description": "Q2: student with known program and faculty (Chemical Engineering, Faculty of Engineering).",
    "stdin": "/c\nterm 5054\nstudent 2281773\n",
    "expected_stdout": "> /c\n> term 5054\n> student 2281773\nStudent {\n  zid: z2281773\n  id:  1013041\n  name: Solailakshmi Wright\n  email: z2281773@student.unsw.edu.au\n  stype: local\n  program: 1010 Chemical Engineering\n  faculty: Faculty of Engineering\n}\n"
  },
  {
    "name": "q2_student_intl_with_program",
    "description": "Q2: international student with known program (Electrical Engineering).",
    "stdin": "/c\nterm 5114\nstudent z2214291\n",
    "expected_stdout": "> /c\n> term 5114\n> student z2214291\nStudent {\n  zid: z2214291\n  id:  1040032\n  name: Guro Aakredalen\n  email: z2214291@student.unsw.edu.au\n  stype: intl\n  program: 1640 Electrical Engineering\n  faculty: Faculty of Engineering\n}\n"
  },
  {
    "name": "q2_student_program_offeredby_faculty",
    "description": "Q2: student whose program offeredby is the Faculty itself (no orgunit_groups walk needed).",
    "stdin": "/c\nterm 5114\nstudent 1002362\n",
    "expected_stdout": "> /c\n> term 5114\n> student 1002362\nStudent {\n  zid: z1002362\n  id:  1177490\n  name: Kyle Ridsdill-Smith\n  email: z1002362@student.unsw.edu.au\n  stype: local\n  program: 5338 Engineering Science\n  faculty: Faculty of Engineering\n}\n"
  },
  {
    "name": "q2_student_before_program_enrolment",
    "description": "Q2: student queried in a term before their first program enrolment => Unknown.",
    "stdin": "/c\nterm 5084\nstudent 2214291\n",
    "expected_stdout": "> /c\n> term 5084\n> student 2214291\nStudent {\n  zid: z2214291\n  id:  1040032\n  name: Guro Aakredalen\n  email: z2214291@student.unsw.edu.au\n  stype: intl\n  program: Unknown\n  faculty: Unknown\n}\n"
  },
  {
    "name": "q2_student_malformed_zid",
    "description": "Q2: malformed zid formats (too short, letters, etc) => Student not found.",
    "stdin": "/c\nterm 5024\nstudent abc\nstudent 123\nstudent z12345678\n",
    "expected_stdout": "> /c\n> term 5024\n> student abc\nStudent not found.\n> student 123\nStudent not found.\n> student z12345678\nStudent not found.\n"
  },
  {
    "name": "q3_enrol_and_timetable_basic",
    "description": "Q3: enrol one subject, enrol same again (Already enrolled), then timetable.",
    "stdin": "/c\nterm 5024\nenrol 2281773 COMP1001\nenrol 2281773 COMP1001\ntimetable 2281773\n",
    "expected_stdout": "> /c\n> term 5024\n> enrol 2281773 COMP1001\nTimetable {\n  Tue 09-11 COMP1001 LAB EE EE-LG7\n  Tue 14-16 COMP1001 LAB EE EE-LG7\n  Tue 16-18 COMP1001 LAB EE EE-LG7\n  Wed 09-11 COMP1001 LAB EE EE-LG7\n  Wed 11-13 COMP1001 LAB EE EE-LG7\n  Wed 13-15 COMP1001 LAB EE EE-LG7\n  Wed 15-16 COMP1001 LEC EE EE-LG1\n  Wed 16-18 COMP1001 LAB EE EE-LG7\n  Thu 09-11 COMP1001 LAB EE EE-LG7\n  Thu 11-13 COMP1001 LAB EE EE-LG7\n  Thu 14-16 COMP1001 LAB EE EE-LG7\n  Thu 16-18 COMP1001 LAB EE EE-LG7\n  Fri 10-12 COMP1001 LAB EE EE-LG7\n  Fri 12-14 COMP1001 LAB EE EE-LG7\n  Fri 14-16 COMP1001 LAB EE EE-LG7\n  Fri 16-18 COMP1001 LAB EE EE-LG7\n  Sat 09-11 COMP1001 LAB EE EE-LG7\n  Sat 11-13 COMP1001 LAB EE EE-LG7\n  Sat 13-15 COMP1001 LAB EE EE-LG7\n}\n> enrol 2281773 COMP1001\nAlready enrolled in COMP1001.\nTimetable {\n  Tue 09-11 COMP1001 LAB EE EE-LG7\n  Tue 14-16 COMP1001 LAB EE EE-LG7\n  Tue 16-18 COMP1001 LAB EE EE-LG7\n  Wed 09-11 COMP1001 LAB EE EE-LG7\n  Wed 11-13 COMP1001 LAB EE EE-LG7\n  Wed 13-15 COMP1001 LAB EE EE-LG7\n  Wed 15-16 COMP1001 LEC EE EE-LG1\n  Wed 16-18 COMP1001 LAB EE EE-LG7\n  Thu 09-11 COMP1001 LAB EE EE-LG7\n  Thu 11-13 COMP1001 LAB EE EE-LG7\n  Thu 14-16 COMP1001 LAB EE EE-LG7\n  Thu 16-18 COMP1001 LAB EE EE-LG7\n  Fri 10-12 COMP1001 LAB EE EE-LG7\n  Fri 12-14 COMP1001 LAB EE EE-LG7\n  Fri 14-16 COMP1001 LAB EE EE-LG7\n  Fri 16-18 COMP1001 LAB EE EE-LG7\n  Sat 09-11 COMP1001 LAB EE EE-LG7\n  Sat 11-13 COMP1001 LAB EE EE-LG7\n  Sat 13-15 COMP1001 LAB EE EE-LG7\n}\n> timetable 2281773\nTimetable {\n  Tue 09-11 COMP1001 LAB EE EE-LG7\n  Tue 14-16 COMP1001 LAB EE EE-LG7\n  Tue 16-18 COMP1001 LAB EE EE-LG7\n  Wed 09-11 COMP1001 LAB EE EE-LG7\n  Wed 11-13 COMP1001 LAB EE EE-LG7\n  Wed 13-15 COMP1001 LAB EE EE-LG7\n  Wed 15-16 COMP1001 LEC EE EE-LG1\n  Wed 16-18 COMP1001 LAB EE EE-LG7\n  Thu 09-11 COMP1001 LAB EE EE-LG7\n  Thu 11-13 COMP1001 LAB EE EE-LG7\n  Thu 14-16 COMP1001 LAB EE EE-LG7\n  Thu 16-18 COMP1001 LAB EE EE-LG7\n  Fri 10-12 COMP1001 LAB EE EE-LG7\n  Fri 12-14 COMP1001 LAB EE EE-LG7\n  Fri 14-16 COMP1001 LAB EE EE-LG7\n  Fri 16-18 COMP1001 LAB EE EE-LG7\n  Sat 09-11 COMP1001 LAB EE EE-LG7\n  Sat 11-13 COMP1001 LAB EE EE-LG7\n  Sat 13-15 COMP1001 LAB EE EE-LG7\n}\n"
  },
  {
    "name": "q3_enrol_two_subjects",
    "description": "Q3: enrol in two subjects then timetable.",
    "stdin": "/c\nterm 5024\nenrol 2281773 COMP1001 COMP1011\ntimetable 2281773\n",
    "expected_stdout": "> /c\n> term 5024\n> enrol 2281773 COMP1001 COMP1011\nTimetable {\n  Tue 09-11 COMP1001 LAB EE EE-LG7\n  Tue 10-11 COMP1011 TLB K17 K17-B01\n  Tue 11-12 COMP1011 TLB K17 K17-B01\n  Tue 11-12 COMP1011 TLB MECH ME-G01A\n  Tue 12-13 COMP1011 TLB EE EE-222\n  Tue 12-13 COMP1011 TLB K17 K17-B01\n  Tue 12-13 COMP1011 TLB MECH ME-G08A\n  Tue 12-13 COMP1011 TLB QUAD QUAD-G035\n  Tue 13-14 COMP1011 TLB EE EE-LG6B\n  Tue 13-14 COMP1011 TLB MECH ME-G01A\n  Tue 14-16 COMP1001 LAB EE EE-LG7\n  Tue 14-15 COMP1011 TLB EE EE-218\n  Tue 14-15 COMP1011 TLB EE EE-221\n  Tue 14-15 COMP1011 TLB QUAD QUAD-G042\n  Tue 15-16 COMP1011 TLB EE EE-LG6B\n  Tue 15-16 COMP1011 TLB EE EE-LG8\n  Tue 16-18 COMP1001 LAB EE EE-LG7\n  Wed 09-11 COMP1001 LAB EE EE-LG7\n  Wed 09-10 COMP1011 TLB EE EE-221\n  Wed 09-10 COMP1011 TLB EE EE-222\n  Wed 09-10 COMP1011 TLB K17 K17-B01\n  Wed 10-11 COMP1011 TLB EE EE-LG8\n  Wed 10-11 COMP1011 TLB MECH ME-G01A\n  Wed 10-11 COMP1011 TLB MECH ME-G08A\n  Wed 11-13 COMP1001 LAB EE EE-LG7\n  Wed 11-12 COMP1011 TLB EE EE-218\n  Wed 11-12 COMP1011 TLB EE EE-220\n  Wed 11-12 COMP1011 TLB QUAD QUAD-G055\n  Wed 12-13 COMP1011 TLB EE EE-220\n  Wed 12-13 COMP1011 TLB EE EE-LG8\n  Wed 12-13 COMP1011 TLB MECH ME-G01\n  Wed 12-13 COMP1011 TLB MECH ME-G01A\n  Wed 13-15 COMP1001 LAB EE EE-LG7\n  Wed 13-14 COMP1011 TLB EE EE-LG6B\n  Wed 15-16 COMP1001 LEC EE EE-LG1\n  Wed 15-16 COMP1011 TLB K17 K17-B01\n  Wed 15-16 COMP1011 TLB NEWT NEWTON-306\n  Wed 16-18 COMP1001 LAB EE EE-LG7\n  Thu 09-11 COMP1001 LAB EE EE-LG7\n  Thu 11-13 COMP1001 LAB EE EE-LG7\n  Thu 11-12 COMP1011 LEC EE EE-LG1\n  Thu 13-14 COMP1011 LEC CLANCY SJCA\n  Thu 14-16 COMP1001 LAB EE EE-LG7\n  Thu 14-15 COMP1011 TLB ASB CHEM-614\n  Thu 14-15 COMP1011 TLB K17 K17-B01\n  Thu 14-15 COMP1011 TLB K17 K17-B02\n  Thu 14-15 COMP1011 TLB QUAD QUAD-1049\n  Thu 14-15 COMP1011 TLB QUAD QUAD-G055\n  Thu 15-16 COMP1011 TLB EE EE-221\n  Thu 15-16 COMP1011 TLB EE EE-222\n  Thu 15-16 COMP1011 TLB MECH ME-G01A\n  Thu 15-16 COMP1011 TLB MECH ME-G08\n  Thu 15-16 COMP1011 TLB MECH ME-G08A\n  Thu 16-18 COMP1001 LAB EE EE-LG7\n  Thu 16-17 COMP1011 TLB MECH ME-G01\n  Thu 17-18 COMP1011 TLB EE EE-219\n  Thu 18-19 COMP1011 TLB MECH ME-G01A\n  Fri 09-10 COMP1011 TLB EE EE-218\n  Fri 09-10 COMP1011 TLB EE EE-220\n  Fri 09-10 COMP1011 TLB EE EE-221\n  Fri 09-10 COMP1011 TLB EE EE-222\n  Fri 10-12 COMP1001 LAB EE EE-LG7\n  Fri 10-11 COMP1011 TLB EE EE-LG6B\n  Fri 10-11 COMP1011 TLB K17 K17-B01\n  Fri 10-11 COMP1011 TLB MECH ME-G01\n  Fri 10-11 COMP1011 TLB MECH ME-G01A\n  Fri 10-11 COMP1011 TLB QUAD QUAD-G031\n  Fri 11-12 COMP1011 LEC EE EE-LG1\n  Fri 11-12 COMP1011 TLB EE EE-LG8\n  Fri 12-14 COMP1001 LAB EE EE-LG7\n  Fri 14-16 COMP1001 LAB EE EE-LG7\n  Fri 15-16 COMP1011 TLB K17 K17-B02\n  Fri 15-16 COMP1011 TLB OMB OMB-117\n  Fri 15-16 COMP1011 TLB QUAD QUAD-G048\n  Fri 16-18 COMP1001 LAB EE EE-LG7\n  Fri 16-17 COMP1011 TLB EE EE-221\n  Fri 16-17 COMP1011 TLB MECH ME-G01\n  Fri 16-17 COMP1011 TLB MECH ME-G01A\n  Fri 17-18 COMP1011 TLB EE EE-221\n  Fri 17-18 COMP1011 TLB EE EE-222\n  Fri 17-18 COMP1011 TLB MECH ME-G08A\n  Fri 18-19 COMP1011 TLB MECH ME-G01A\n  Sat 09-11 COMP1001 LAB EE EE-LG7\n  Sat 09-10 COMP1011 TLB EE EE-222\n  Sat 10-11 COMP1011 TLB EE EE-LG8\n  Sat 11-13 COMP1001 LAB EE EE-LG7\n  Sat 13-15 COMP1001 LAB EE EE-LG7\n  Sat 13-14 COMP1011 TLB EE EE-219\n  Sat 13-14 COMP1011 TLB EE EE-222\n  Sat 13-14 COMP1011 TLB EE EE-418\n  Sat 13-14 COMP1011 TLB QUAD QUAD-G027\n  Sat 14-15 COMP1011 TLB EE EE-LG6B\n  Sat 14-15 COMP1011 TLB EE EE-LG8\n  Sat 15-16 COMP1011 TLB EE EE-222\n  Sat 15-16 COMP1011 TLB QUAD QUAD-G041\n  Sat 16-17 COMP1011 TLB EE EE-LG6B\n  Sat 16-17 COMP1011 TLB EE EE-LG8\n}\n> timetable 2281773\nTimetable {\n  Tue 09-11 COMP1001 LAB EE EE-LG7\n  Tue 10-11 COMP1011 TLB K17 K17-B01\n  Tue 11-12 COMP1011 TLB K17 K17-B01\n  Tue 11-12 COMP1011 TLB MECH ME-G01A\n  Tue 12-13 COMP1011 TLB EE EE-222\n  Tue 12-13 COMP1011 TLB K17 K17-B01\n  Tue 12-13 COMP1011 TLB MECH ME-G08A\n  Tue 12-13 COMP1011 TLB QUAD QUAD-G035\n  Tue 13-14 COMP1011 TLB EE EE-LG6B\n  Tue 13-14 COMP1011 TLB MECH ME-G01A\n  Tue 14-16 COMP1001 LAB EE EE-LG7\n  Tue 14-15 COMP1011 TLB EE EE-218\n  Tue 14-15 COMP1011 TLB EE EE-221\n  Tue 14-15 COMP1011 TLB QUAD QUAD-G042\n  Tue 15-16 COMP1011 TLB EE EE-LG6B\n  Tue 15-16 COMP1011 TLB EE EE-LG8\n  Tue 16-18 COMP1001 LAB EE EE-LG7\n  Wed 09-11 COMP1001 LAB EE EE-LG7\n  Wed 09-10 COMP1011 TLB EE EE-221\n  Wed 09-10 COMP1011 TLB EE EE-222\n  Wed 09-10 COMP1011 TLB K17 K17-B01\n  Wed 10-11 COMP1011 TLB EE EE-LG8\n  Wed 10-11 COMP1011 TLB MECH ME-G01A\n  Wed 10-11 COMP1011 TLB MECH ME-G08A\n  Wed 11-13 COMP1001 LAB EE EE-LG7\n  Wed 11-12 COMP1011 TLB EE EE-218\n  Wed 11-12 COMP1011 TLB EE EE-220\n  Wed 11-12 COMP1011 TLB QUAD QUAD-G055\n  Wed 12-13 COMP1011 TLB EE EE-220\n  Wed 12-13 COMP1011 TLB EE EE-LG8\n  Wed 12-13 COMP1011 TLB MECH ME-G01\n  Wed 12-13 COMP1011 TLB MECH ME-G01A\n  Wed 13-15 COMP1001 LAB EE EE-LG7\n  Wed 13-14 COMP1011 TLB EE EE-LG6B\n  Wed 15-16 COMP1001 LEC EE EE-LG1\n  Wed 15-16 COMP1011 TLB K17 K17-B01\n  Wed 15-16 COMP1011 TLB NEWT NEWTON-306\n  Wed 16-18 COMP1001 LAB EE EE-LG7\n  Thu 09-11 COMP1001 LAB EE EE-LG7\n  Thu 11-13 COMP1001 LAB EE EE-LG7\n  Thu 11-12 COMP1011 LEC EE EE-LG1\n  Thu 13-14 COMP1011 LEC CLANCY SJCA\n  Thu 14-16 COMP1001 LAB EE EE-LG7\n  Thu 14-15 COMP1011 TLB ASB CHEM-614\n  Thu 14-15 COMP1011 TLB K17 K17-B01\n  Thu 14-15 COMP1011 TLB K17 K17-B02\n  Thu 14-15 COMP1011 TLB QUAD QUAD-1049\n  Thu 14-15 COMP1011 TLB QUAD QUAD-G055\n  Thu 15-16 COMP1011 TLB EE EE-221\n  Thu 15-16 COMP1011 TLB EE EE-222\n  Thu 15-16 COMP1011 TLB MECH ME-G01A\n  Thu 15-16 COMP1011 TLB MECH ME-G08\n  Thu 15-16 COMP1011 TLB MECH ME-G08A\n  Thu 16-18 COMP1001 LAB EE EE-LG7\n  Thu 16-17 COMP1011 TLB MECH ME-G01\n  Thu 17-18 COMP1011 TLB EE EE-219\n  Thu 18-19 COMP1011 TLB MECH ME-G01A\n  Fri 09-10 COMP1011 TLB EE EE-218\n  Fri 09-10 COMP1011 TLB EE EE-220\n  Fri 09-10 COMP1011 TLB EE EE-221\n  Fri 09-10 COMP1011 TLB EE EE-222\n  Fri 10-12 COMP1001 LAB EE EE-LG7\n  Fri 10-11 COMP1011 TLB EE EE-LG6B\n  Fri 10-11 COMP1011 TLB K17 K17-B01\n  Fri 10-11 COMP1011 TLB MECH ME-G01\n  Fri 10-11 COMP1011 TLB MECH ME-G01A\n  Fri 10-11 COMP1011 TLB QUAD QUAD-G031\n  Fri 11-12 COMP1011 LEC EE EE-LG1\n  Fri 11-12 COMP1011 TLB EE EE-LG8\n  Fri 12-14 COMP1001 LAB EE EE-LG7\n  Fri 14-16 COMP1001 LAB EE EE-LG7\n  Fri 15-16 COMP1011 TLB K17 K17-B02\n  Fri 15-16 COMP1011 TLB OMB OMB-117\n  Fri 15-16 COMP1011 TLB QUAD QUAD-G048\n  Fri 16-18 COMP1001 LAB EE EE-LG7\n  Fri 16-17 COMP1011 TLB EE EE-221\n  Fri 16-17 COMP1011 TLB MECH ME-G01\n  Fri 16-17 COMP1011 TLB MECH ME-G01A\n  Fri 17-18 COMP1011 TLB EE EE-221\n  Fri 17-18 COMP1011 TLB EE EE-222\n  Fri 17-18 COMP1011 TLB MECH ME-G08A\n  Fri 18-19 COMP1011 TLB MECH ME-G01A\n  Sat 09-11 COMP1001 LAB EE EE-LG7\n  Sat 09-10 COMP1011 TLB EE EE-222\n  Sat 10-11 COMP1011 TLB EE EE-LG8\n  Sat 11-13 COMP1001 LAB EE EE-LG7\n  Sat 13-15 COMP1001 LAB EE EE-LG7\n  Sat 13-14 COMP1011 TLB EE EE-219\n  Sat 13-14 COMP1011 TLB EE EE-222\n  Sat 13-14 COMP1011 TLB EE EE-418\n  Sat 13-14 COMP1011 TLB QUAD QUAD-G027\n  Sat 14-15 COMP1011 TLB EE EE-LG6B\n  Sat 14-15 COMP1011 TLB EE EE-LG8\n  Sat 15-16 COMP1011 TLB EE EE-222\n  Sat 15-16 COMP1011 TLB QUAD QUAD-G041\n  Sat 16-17 COMP1011 TLB EE EE-LG6B\n  Sat 16-17 COMP1011 TLB EE EE-LG8\n}\n"
  },
  {
    "name": "q3_enrol_three_subjects",
    "description": "Q3: enrol in three subjects then timetable.",
    "stdin": "/c\nterm 5024\nenrol 2281773 COMP1001 COMP1011 COMP1021\ntimetable 2281773\n",
    "expected_stdout": "> /c\n> term 5024\n> enrol 2281773 COMP1001 COMP1011 COMP1021\nTimetable {\n  Tue 09-11 COMP1001 LAB EE EE-LG7\n  Tue 10-11 COMP1011 TLB K17 K17-B01\n  Tue 10-11 COMP1021 TLB EE EE-219\n  Tue 10-11 COMP1021 TLB EE EE-222\n  Tue 11-12 COMP1011 TLB K17 K17-B01\n  Tue 11-12 COMP1011 TLB MECH ME-G01A\n  Tue 11-13 COMP1021 TLB EE EE-LG6B\n  Tue 12-13 COMP1011 TLB EE EE-222\n  Tue 12-13 COMP1011 TLB K17 K17-B01\n  Tue 12-13 COMP1011 TLB MECH ME-G08A\n  Tue 12-13 COMP1011 TLB QUAD QUAD-G035\n  Tue 13-14 COMP1011 TLB EE EE-LG6B\n  Tue 13-14 COMP1011 TLB MECH ME-G01A\n  Tue 14-16 COMP1001 LAB EE EE-LG7\n  Tue 14-15 COMP1011 TLB EE EE-218\n  Tue 14-15 COMP1011 TLB EE EE-221\n  Tue 14-15 COMP1011 TLB QUAD QUAD-G042\n  Tue 14-15 COMP1021 TLB K17 K17-B02\n  Tue 15-16 COMP1011 TLB EE EE-LG6B\n  Tue 15-16 COMP1011 TLB EE EE-LG8\n  Tue 15-17 COMP1021 TLB MECH ME-G01A\n  Tue 16-18 COMP1001 LAB EE EE-LG7\n  Tue 17-18 COMP1021 TLB EE EE-221\n  Tue 18-20 COMP1021 TLB MECH ME-G01A\n  Wed 09-11 COMP1001 LAB EE EE-LG7\n  Wed 09-10 COMP1011 TLB EE EE-221\n  Wed 09-10 COMP1011 TLB EE EE-222\n  Wed 09-10 COMP1011 TLB K17 K17-B01\n  Wed 10-11 COMP1011 TLB EE EE-LG8\n  Wed 10-11 COMP1011 TLB MECH ME-G01A\n  Wed 10-11 COMP1011 TLB MECH ME-G08A\n  Wed 11-13 COMP1001 LAB EE EE-LG7\n  Wed 11-12 COMP1011 TLB EE EE-218\n  Wed 11-12 COMP1011 TLB EE EE-220\n  Wed 11-12 COMP1011 TLB QUAD QUAD-G055\n  Wed 12-13 COMP1011 TLB EE EE-220\n  Wed 12-13 COMP1011 TLB EE EE-LG8\n  Wed 12-13 COMP1011 TLB MECH ME-G01\n  Wed 12-13 COMP1011 TLB MECH ME-G01A\n  Wed 13-15 COMP1001 LAB EE EE-LG7\n  Wed 13-14 COMP1011 TLB EE EE-LG6B\n  Wed 14-15 COMP1021 TLB EE EE-218\n  Wed 14-15 COMP1021 TLB EE EE-219\n  Wed 14-15 COMP1021 TLB K17 K17-B01\n  Wed 14-15 COMP1021 TLB K17 K17-B02\n  Wed 14-15 COMP1021 TLB OMB OMB-114\n  Wed 15-16 COMP1001 LEC EE EE-LG1\n  Wed 15-16 COMP1011 TLB K17 K17-B01\n  Wed 15-16 COMP1011 TLB NEWT NEWTON-306\n  Wed 15-17 COMP1021 TLB MECH ME-G01\n  Wed 15-17 COMP1021 TLB MECH ME-G01A\n  Wed 15-17 COMP1021 TLB MECH ME-G08\n  Wed 15-17 COMP1021 TLB MECH ME-G08A\n  Wed 16-18 COMP1001 LAB EE EE-LG7\n  Thu 09-11 COMP1001 LAB EE EE-LG7\n  Thu 09-10 COMP1021 TLB EE EE-219\n  Thu 09-10 COMP1021 TLB EE EE-220\n  Thu 09-10 COMP1021 TLB K17 K17-B01\n  Thu 09-10 COMP1021 TLB K17 K17-B02\n  Thu 10-12 COMP1021 TLB EE EE-LG6B\n  Thu 10-12 COMP1021 TLB EE EE-LG8\n  Thu 10-12 COMP1021 TLB MECH ME-G01A\n  Thu 10-12 COMP1021 TLB MECH ME-G08A\n  Thu 11-13 COMP1001 LAB EE EE-LG7\n  Thu 11-12 COMP1011 LEC EE EE-LG1\n  Thu 13-14 COMP1011 LEC CLANCY SJCA\n  Thu 14-16 COMP1001 LAB EE EE-LG7\n  Thu 14-15 COMP1011 TLB ASB CHEM-614\n  Thu 14-15 COMP1011 TLB K17 K17-B01\n  Thu 14-15 COMP1011 TLB K17 K17-B02\n  Thu 14-15 COMP1011 TLB QUAD QUAD-1049\n  Thu 14-15 COMP1011 TLB QUAD QUAD-G055\n  Thu 14-16 COMP1021 LEC OMB OMB-19\n  Thu 15-16 COMP1011 TLB EE EE-221\n  Thu 15-16 COMP1011 TLB EE EE-222\n  Thu 15-16 COMP1011 TLB MECH ME-G01A\n  Thu 15-16 COMP1011 TLB MECH ME-G08\n  Thu 15-16 COMP1011 TLB MECH ME-G08A\n  Thu 16-18 COMP1001 LAB EE EE-LG7\n  Thu 16-17 COMP1011 TLB MECH ME-G01\n  Thu 16-17 COMP1021 TLB K17 K17-B01\n  Thu 17-18 COMP1011 TLB EE EE-219\n  Thu 17-19 COMP1021 TLB EE EE-LG8\n  Thu 18-19 COMP1011 TLB MECH ME-G01A\n  Fri 09-10 COMP1011 TLB EE EE-218\n  Fri 09-10 COMP1011 TLB EE EE-220\n  Fri 09-10 COMP1011 TLB EE EE-221\n  Fri 09-10 COMP1011 TLB EE EE-222\n  Fri 10-12 COMP1001 LAB EE EE-LG7\n  Fri 10-11 COMP1011 TLB EE EE-LG6B\n  Fri 10-11 COMP1011 TLB K17 K17-B01\n  Fri 10-11 COMP1011 TLB MECH ME-G01\n  Fri 10-11 COMP1011 TLB MECH ME-G01A\n  Fri 10-11 COMP1011 TLB QUAD QUAD-G031\n  Fri 11-12 COMP1011 LEC EE EE-LG1\n  Fri 11-12 COMP1011 TLB EE EE-LG8\n  Fri 12-14 COMP1001 LAB EE EE-LG7\n  Fri 14-16 COMP1001 LAB EE EE-LG7\n  Fri 14-15 COMP1021 TLB EE EE-220\n  Fri 14-15 COMP1021 TLB EE EE-224\n  Fri 14-15 COMP1021 TLB K17 K17-B01\n  Fri 14-15 COMP1021 TLB K17 K17-B02\n  Fri 14-15 COMP1021 TLB QUAD QUAD-1046\n  Fri 14-15 COMP1021 TLB QUAD QUAD-G048\n  Fri 15-16 COMP1011 TLB K17 K17-B02\n  Fri 15-16 COMP1011 TLB OMB OMB-117\n  Fri 15-16 COMP1011 TLB QUAD QUAD-G048\n  Fri 15-17 COMP1021 TLB EE EE-LG6B\n  Fri 15-17 COMP1021 TLB MECH ME-G08\n  Fri 15-17 COMP1021 TLB MECH ME-G08A\n  Fri 16-18 COMP1001 LAB EE EE-LG7\n  Fri 16-17 COMP1011 TLB EE EE-221\n  Fri 16-17 COMP1011 TLB MECH ME-G01\n  Fri 16-17 COMP1011 TLB MECH ME-G01A\n  Fri 17-18 COMP1011 TLB EE EE-221\n  Fri 17-18 COMP1011 TLB EE EE-222\n  Fri 17-18 COMP1011 TLB MECH ME-G08A\n  Fri 18-19 COMP1011 TLB MECH ME-G01A\n  Sat 09-11 COMP1001 LAB EE EE-LG7\n  Sat 09-10 COMP1011 TLB EE EE-222\n  Sat 10-11 COMP1011 TLB EE EE-LG8\n  Sat 11-13 COMP1001 LAB EE EE-LG7\n  Sat 11-12 COMP1021 LEC OMB OMB-19\n  Sat 13-15 COMP1001 LAB EE EE-LG7\n  Sat 13-14 COMP1011 TLB EE EE-219\n  Sat 13-14 COMP1011 TLB EE EE-222\n  Sat 13-14 COMP1011 TLB EE EE-418\n  Sat 13-14 COMP1011 TLB QUAD QUAD-G027\n  Sat 14-15 COMP1011 TLB EE EE-LG6B\n  Sat 14-15 COMP1011 TLB EE EE-LG8\n  Sat 14-15 COMP1021 TLB EE EE-219\n  Sat 14-15 COMP1021 TLB EE EE-220\n  Sat 14-15 COMP1021 TLB K17 K17-B01\n  Sat 14-15 COMP1021 TLB K17 K17-B02\n  Sat 15-16 COMP1011 TLB EE EE-222\n  Sat 15-16 COMP1011 TLB QUAD QUAD-G041\n  Sat 15-17 COMP1021 TLB MECH ME-G08\n  Sat 15-17 COMP1021 TLB MECH ME-G08A\n  Sat 16-17 COMP1011 TLB EE EE-LG6B\n  Sat 16-17 COMP1011 TLB EE EE-LG8\n}\n> timetable 2281773\nTimetable {\n  Tue 09-11 COMP1001 LAB EE EE-LG7\n  Tue 10-11 COMP1011 TLB K17 K17-B01\n  Tue 10-11 COMP1021 TLB EE EE-219\n  Tue 10-11 COMP1021 TLB EE EE-222\n  Tue 11-12 COMP1011 TLB K17 K17-B01\n  Tue 11-12 COMP1011 TLB MECH ME-G01A\n  Tue 11-13 COMP1021 TLB EE EE-LG6B\n  Tue 12-13 COMP1011 TLB EE EE-222\n  Tue 12-13 COMP1011 TLB K17 K17-B01\n  Tue 12-13 COMP1011 TLB MECH ME-G08A\n  Tue 12-13 COMP1011 TLB QUAD QUAD-G035\n  Tue 13-14 COMP1011 TLB EE EE-LG6B\n  Tue 13-14 COMP1011 TLB MECH ME-G01A\n  Tue 14-16 COMP1001 LAB EE EE-LG7\n  Tue 14-15 COMP1011 TLB EE EE-218\n  Tue 14-15 COMP1011 TLB EE EE-221\n  Tue 14-15 COMP1011 TLB QUAD QUAD-G042\n  Tue 14-15 COMP1021 TLB K17 K17-B02\n  Tue 15-16 COMP1011 TLB EE EE-LG6B\n  Tue 15-16 COMP1011 TLB EE EE-LG8\n  Tue 15-17 COMP1021 TLB MECH ME-G01A\n  Tue 16-18 COMP1001 LAB EE EE-LG7\n  Tue 17-18 COMP1021 TLB EE EE-221\n  Tue 18-20 COMP1021 TLB MECH ME-G01A\n  Wed 09-11 COMP1001 LAB EE EE-LG7\n  Wed 09-10 COMP1011 TLB EE EE-221\n  Wed 09-10 COMP1011 TLB EE EE-222\n  Wed 09-10 COMP1011 TLB K17 K17-B01\n  Wed 10-11 COMP1011 TLB EE EE-LG8\n  Wed 10-11 COMP1011 TLB MECH ME-G01A\n  Wed 10-11 COMP1011 TLB MECH ME-G08A\n  Wed 11-13 COMP1001 LAB EE EE-LG7\n  Wed 11-12 COMP1011 TLB EE EE-218\n  Wed 11-12 COMP1011 TLB EE EE-220\n  Wed 11-12 COMP1011 TLB QUAD QUAD-G055\n  Wed 12-13 COMP1011 TLB EE EE-220\n  Wed 12-13 COMP1011 TLB EE EE-LG8\n  Wed 12-13 COMP1011 TLB MECH ME-G01\n  Wed 12-13 COMP1011 TLB MECH ME-G01A\n  Wed 13-15 COMP1001 LAB EE EE-LG7\n  Wed 13-14 COMP1011 TLB EE EE-LG6B\n  Wed 14-15 COMP1021 TLB EE EE-218\n  Wed 14-15 COMP1021 TLB EE EE-219\n  Wed 14-15 COMP1021 TLB K17 K17-B01\n  Wed 14-15 COMP1021 TLB K17 K17-B02\n  Wed 14-15 COMP1021 TLB OMB OMB-114\n  Wed 15-16 COMP1001 LEC EE EE-LG1\n  Wed 15-16 COMP1011 TLB K17 K17-B01\n  Wed 15-16 COMP1011 TLB NEWT NEWTON-306\n  Wed 15-17 COMP1021 TLB MECH ME-G01\n  Wed 15-17 COMP1021 TLB MECH ME-G01A\n  Wed 15-17 COMP1021 TLB MECH ME-G08\n  Wed 15-17 COMP1021 TLB MECH ME-G08A\n  Wed 16-18 COMP1001 LAB EE EE-LG7\n  Thu 09-11 COMP1001 LAB EE EE-LG7\n  Thu 09-10 COMP1021 TLB EE EE-219\n  Thu 09-10 COMP1021 TLB EE EE-220\n  Thu 09-10 COMP1021 TLB K17 K17-B01\n  Thu 09-10 COMP1021 TLB K17 K17-B02\n  Thu 10-12 COMP1021 TLB EE EE-LG6B\n  Thu 10-12 COMP1021 TLB EE EE-LG8\n  Thu 10-12 COMP1021 TLB MECH ME-G01A\n  Thu 10-12 COMP1021 TLB MECH ME-G08A\n  Thu 11-13 COMP1001 LAB EE EE-LG7\n  Thu 11-12 COMP1011 LEC EE EE-LG1\n  Thu 13-14 COMP1011 LEC CLANCY SJCA\n  Thu 14-16 COMP1001 LAB EE EE-LG7\n  Thu 14-15 COMP1011 TLB ASB CHEM-614\n  Thu 14-15 COMP1011 TLB K17 K17-B01\n  Thu 14-15 COMP1011 TLB K17 K17-B02\n  Thu 14-15 COMP1011 TLB QUAD QUAD-1049\n  Thu 14-15 COMP1011 TLB QUAD QUAD-G055\n  Thu 14-16 COMP1021 LEC OMB OMB-19\n  Thu 15-16 COMP1011 TLB EE EE-221\n  Thu 15-16 COMP1011 TLB EE EE-222\n  Thu 15-16 COMP1011 TLB MECH ME-G01A\n  Thu 15-16 COMP1011 TLB MECH ME-G08\n  Thu 15-16 COMP1011 TLB MECH ME-G08A\n  Thu 16-18 COMP1001 LAB EE EE-LG7\n  Thu 16-17 COMP1011 TLB MECH ME-G01\n  Thu 16-17 COMP1021 TLB K17 K17-B01\n  Thu 17-18 COMP1011 TLB EE EE-219\n  Thu 17-19 COMP1021 TLB EE EE-LG8\n  Thu 18-19 COMP1011 TLB MECH ME-G01A\n  Fri 09-10 COMP1011 TLB EE EE-218\n  Fri 09-10 COMP1011 TLB EE EE-220\n  Fri 09-10 COMP1011 TLB EE EE-221\n  Fri 09-10 COMP1011 TLB EE EE-222\n  Fri 10-12 COMP1001 LAB EE EE-LG7\n  Fri 10-11 COMP1011 TLB EE EE-LG6B\n  Fri 10-11 COMP1011 TLB K17 K17-B01\n  Fri 10-11 COMP1011 TLB MECH ME-G01\n  Fri 10-11 COMP1011 TLB MECH ME-G01A\n  Fri 10-11 COMP1011 TLB QUAD QUAD-G031\n  Fri 11-12 COMP1011 LEC EE EE-LG1\n  Fri 11-12 COMP1011 TLB EE EE-LG8\n  Fri 12-14 COMP1001 LAB EE EE-LG7\n  Fri 14-16 COMP1001 LAB EE EE-LG7\n  Fri 14-15 COMP1021 TLB EE EE-220\n  Fri 14-15 COMP1021 TLB EE EE-224\n  Fri 14-15 COMP1021 TLB K17 K17-B01\n  Fri 14-15 COMP1021 TLB K17 K17-B02\n  Fri 14-15 COMP1021 TLB QUAD QUAD-1046\n  Fri 14-15 COMP1021 TLB QUAD QUAD-G048\n  Fri 15-16 COMP1011 TLB K17 K17-B02\n  Fri 15-16 COMP1011 TLB OMB OMB-117\n  Fri 15-16 COMP1011 TLB QUAD QUAD-G048\n  Fri 15-17 COMP1021 TLB EE EE-LG6B\n  Fri 15-17 COMP1021 TLB MECH ME-G08\n  Fri 15-17 COMP1021 TLB MECH ME-G08A\n  Fri 16-18 COMP1001 LAB EE EE-LG7\n  Fri 16-17 COMP1011 TLB EE EE-221\n  Fri 16-17 COMP1011 TLB MECH ME-G01\n  Fri 16-17 COMP1011 TLB MECH ME-G01A\n  Fri 17-18 COMP1011 TLB EE EE-221\n  Fri 17-18 COMP1011 TLB EE EE-222\n  Fri 17-18 COMP1011 TLB MECH ME-G08A\n  Fri 18-19 COMP1011 TLB MECH ME-G01A\n  Sat 09-11 COMP1001 LAB EE EE-LG7\n  Sat 09-10 COMP1011 TLB EE EE-222\n  Sat 10-11 COMP1011 TLB EE EE-LG8\n  Sat 11-13 COMP1001 LAB EE EE-LG7\n  Sat 11-12 COMP1021 LEC OMB OMB-19\n  Sat 13-15 COMP1001 LAB EE EE-LG7\n  Sat 13-14 COMP1011 TLB EE EE-219\n  Sat 13-14 COMP1011 TLB EE EE-222\n  Sat 13-14 COMP1011 TLB EE EE-418\n  Sat 13-14 COMP1011 TLB QUAD QUAD-G027\n  Sat 14-15 COMP1011 TLB EE EE-LG6B\n  Sat 14-15 COMP1011 TLB EE EE-LG8\n  Sat 14-15 COMP1021 TLB EE EE-219\n  Sat 14-15 COMP1021 TLB EE EE-220\n  Sat 14-15 COMP1021 TLB K17 K17-B01\n  Sat 14-15 COMP1021 TLB K17 K17-B02\n  Sat 15-16 COMP1011 TLB EE EE-222\n  Sat 15-16 COMP1011 TLB QUAD QUAD-G041\n  Sat 15-17 COMP1021 TLB MECH ME-G08\n  Sat 15-17 COMP1021 TLB MECH ME-G08A\n  Sat 16-17 COMP1011 TLB EE EE-LG6B\n  Sat 16-17 COMP1011 TLB EE EE-LG8\n}\n"
  },
  {
    "name": "q3_enrol_subject_not_found",
    "description": "Q3: enrol non-existent subject triggers 'Subject XXXX0000 not found.'.",
    "stdin": "/c\nterm 5024\nenrol 2281773 XXXX0000\n",
    "expected_stdout": "> /c\n> term 5024\n> enrol 2281773 XXXX0000\nSubject XXXX0000 not found.\n"
  },
  {
    "name": "q3_enrol_subject_not_offered",
    "description": "Q3: enrol subject not offered this term triggers '<CODE> not offered in this term.'.",
    "stdin": "/c\nterm 5024\nenrol 2281773 COMP2091\n",
    "expected_stdout": "> /c\n> term 5024\n> enrol 2281773 COMP2091\nCOMP2091 not offered in this term.\n"
  },
  {
    "name": "q3_enrol_mixed_rollback",
    "description": "Q3: enrol valid then invalid subject in one call; entire transaction rolls back.",
    "stdin": "/c\nterm 5024\nenrol 2281773 COMP1001 XXXX0000\ntimetable 2281773\n",
    "expected_stdout": "> /c\n> term 5024\n> enrol 2281773 COMP1001 XXXX0000\nSubject XXXX0000 not found.\n> timetable 2281773\nTimetable {\n}\n"
  },
  {
    "name": "q4_plan_single_subject",
    "description": "Q4: conflict-free plan for one subject (LEC/TUT).",
    "stdin": "/c\nterm 5024\nplan 2281773 COMP1091\n",
    "expected_stdout": "> /c\n> term 5024\n> plan 2281773 COMP1091\nPlan {\n  COMP1091 LEC Tue 12-13 OMB OMB-112\n  COMP1091 TUT Thu 12-13 MAT MAT-929\n}\n"
  },
  {
    "name": "q4_plan_two_subjects",
    "description": "Q4: conflict-free plan for two subjects.",
    "stdin": "/c\nterm 5024\nplan 2281773 COMP1091 ELEC1011\n",
    "expected_stdout": "> /c\n> term 5024\n> plan 2281773 COMP1091 ELEC1011\nPlan {\n  COMP1091 LEC Tue 12-13 OMB OMB-112\n  COMP1091 TUT Thu 12-13 MAT MAT-929\n  ELEC1011 LEC Wed 14-15 CLB CLB-6\n  ELEC1011 TUT Tue 16-17 MECH ME-503\n}\n"
  },
  {
    "name": "q4_plan_three_subjects",
    "description": "Q4: conflict-free plan for three subjects (backtracking).",
    "stdin": "/c\nterm 5024\nplan 2281773 COMP1091 ELEC1011 ELEC2031\n",
    "expected_stdout": "> /c\n> term 5024\n> plan 2281773 COMP1091 ELEC1011 ELEC2031\nPlan {\n  COMP1091 LEC Tue 12-13 OMB OMB-112\n  COMP1091 TUT Thu 12-13 MAT MAT-929\n  ELEC1011 LEC Wed 14-15 CLB CLB-6\n  ELEC1011 TUT Tue 16-17 MECH ME-503\n  ELEC2031 LEC Wed 09-10 EE EE-LG1\n  ELEC2031 TUT Thu 16-17 EE EE-LG1\n}\n"
  },
  {
    "name": "q4_plan_subject_not_found",
    "description": "Q4: plan with non-existent subject triggers shared error message.",
    "stdin": "/c\nterm 5024\nplan 2281773 COMP1091 XXXX0000\n",
    "expected_stdout": "> /c\n> term 5024\n> plan 2281773 COMP1091 XXXX0000\nSubject XXXX0000 not found.\n"
  },
  {
    "name": "q4_plan_subject_not_offered",
    "description": "Q4: plan with subject not offered this term.",
    "stdin": "/c\nterm 5024\nplan 2281773 COMP1091 COMP2091\n",
    "expected_stdout": "> /c\n> term 5024\n> plan 2281773 COMP1091 COMP2091\nCOMP2091 not offered in this term.\n"
  },
  {
    "name": "q5_admin_and_offer",
    "description": "Q5: offer without admin (Admin mode required.), then admin on, offer, admin off, offer again.",
    "stdin": "/c\nterm 5024\noffer COMP1091 100 2\nadmin on\noffer COMP1091 100 2\nadmin off\noffer COMP1091 50 1\n",
    "expected_stdout": "> /c\n> term 5024\n> offer COMP1091 100 2\nAdmin mode required.\n> admin on\n> offer COMP1091 100 2\nOffering created: COMP1091 in term 5025 (course_id=74126)\n  LEC Mon 09-11 CIVENG CE-G1\n  LEC Mon 09-11 EE EE-224\n  TUT Mon 09-10 EE EE-218\n  TUT Mon 09-10 EE EE-219\n  TUT Mon 09-10 EE EE-220\n  TUT Mon 09-10 EE EE-221\n> admin off\n> offer COMP1091 50 1\nAdmin mode required.\n"
  },
  {
    "name": "q5_admin_usage",
    "description": "Q5: admin with wrong args prints Usage; then admin on/off and offer.",
    "stdin": "/c\nterm 5024\nadmin\nadmin foo\nadmin on\noffer COMP1091 30 1\nadmin off\n",
    "expected_stdout": "> /c\n> term 5024\n> admin\nUsage: admin on|off\n> admin foo\nUsage: admin on|off\n> admin on\n> offer COMP1091 30 1\nOffering created: COMP1091 in term 5025 (course_id=74126)\n  LEC Mon 09-11 K17 K17-B01\n  TUT Mon 09-10 ASB CHEM-611\n  TUT Mon 09-10 ASB CHEM-614\n> admin off\n"
  },
  {
    "name": "q5_offer_different_params",
    "description": "Q5: offer with different expected/nlec (scheduling).",
    "stdin": "/c\nterm 5024\nadmin on\noffer COMP1091 50 2\nadmin off\n",
    "expected_stdout": "> /c\n> term 5024\n> admin on\n> offer COMP1091 50 2\nOffering created: COMP1091 in term 5025 (course_id=74126)\n  LEC Mon 09-11 MAT MAT-107\n  LEC Mon 09-11 MAT MAT-123\n  TUT Mon 09-10 EE EE-218\n  TUT Mon 09-10 EE EE-219\n> admin off\n"
  }
]