You've already forked code_examples_server
mirror of
https://github.com/AdaCore/code_examples_server.git
synced 2026-02-12 12:45:18 -08:00
Fixing lab io block regex to allow for blank input or blank output in a test case.
This commit is contained in:
@@ -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 = """
|
||||
|
||||
Reference in New Issue
Block a user