Fixing lab io block regex to allow for blank input or blank output in a test case.

This commit is contained in:
Robert Tice
2019-03-26 09:38:24 -04:00
parent 4816baf252
commit 506f4d6afa

View File

@@ -26,7 +26,7 @@ CLI_FILE = "cli.txt"
LAB_IO_FILE = "lab_io.txt"
LAB_IO_REGEX = re.compile("(in|out) (\d+): (.+)")
LAB_IO_REGEX = re.compile("(in|out) (\d+): (.*)")
COMMON_ADC = """