# This lists examples that are not tcl code
array set map {
    3-2	html
    3-6 html
    3-7 html
    3-8 html
}

# This lists examples that are expected to raise errors
array set catch {
    5-8	1
    6-6 1
    6-11 1
    6-12 1
    6-17 1
    6-19 1
    7-2	1
    9-9	1
    9-12	1
    13-8	1
    14-2	?
    14-3	?
    14-4	?
    15-1	1
    17-2	1
    17-3	1
    17-6	1
    17-7	1
    19-2	1
}
