The output should not be empty in test11(): https://github.com/DeepBlueRobotics/RobotCode2018/blob/089009aa77fac0f6822741510807346546a06e0b/Robot2018/test/org/usfirst/frc/team199/Robot2018/ParseScriptFileTest.java#L150 Ditto for test13(). Most importantly, `"(4, 20)"` should be allowed since putting a space after a comma in a common convention and would be a particularly common mistake.
The output should not be empty in test11():
RobotCode2018/Robot2018/test/org/usfirst/frc/team199/Robot2018/ParseScriptFileTest.java
Line 150 in 089009a
Ditto for test13().
Most importantly,
"(4, 20)"should be allowed since putting a space after a comma in a common convention and would be a particularly common mistake.