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
Modifying lab io regex to allow for no space between lab identifier and argument string.
This commit is contained in:
@@ -27,7 +27,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