11.1Spgoyette# certain syntax errors and non-errors
21.1Spgoyette|		C	EMPTY
31.1Spgoyette|		b	|	|
41.1Spgoyette*		C	BADRPT
51.1Spgoyette*		b	*	*
61.1Spgoyette+		C	BADRPT
71.1Spgoyette?		C	BADRPT
81.1Spgoyette""		&C	EMPTY
91.1Spgoyette()		-	abc	@abc
101.1Spgoyette\(\)		b	abc	@abc
111.1Spgoyettea||b		C	EMPTY
121.1Spgoyette|ab		C	EMPTY
131.1Spgoyetteab|		C	EMPTY
141.1Spgoyette(|a)b		C	EMPTY
151.1Spgoyette(a|)b		C	EMPTY
161.1Spgoyette(*a)		C	BADRPT
171.1Spgoyette(+a)		C	BADRPT
181.1Spgoyette(?a)		C	BADRPT
191.1Spgoyette({1}a)		C	BADRPT
201.1Spgoyette\(\{1\}a\)	bC	BADRPT
211.1Spgoyette(a|*b)		C	BADRPT
221.1Spgoyette(a|+b)		C	BADRPT
231.1Spgoyette(a|?b)		C	BADRPT
241.1Spgoyette(a|{1}b)	C	BADRPT
251.1Spgoyette^*		C	BADRPT
261.1Spgoyette^*		b	*	*
271.1Spgoyette^+		C	BADRPT
281.1Spgoyette^?		C	BADRPT
291.1Spgoyette^{1}		C	BADRPT
301.1Spgoyette^\{1\}		bC	BADRPT
31