Skip to content

Commit

Permalink
Fix comment in sh_spec.py
Browse files Browse the repository at this point in the history
  • Loading branch information
granttrec authored and andychu committed Aug 23, 2018
1 parent 51f5cdf commit 0e843eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sh_spec.py
Expand Up @@ -98,7 +98,7 @@ def log(msg, *args):
''', re.VERBOSE)

# Line types
TEST_CASE_BEGIN = 0 # Starts with ###
TEST_CASE_BEGIN = 0 # Starts with ####
KEY_VALUE = 1 # Metadata
KEY_VALUE_MULTILINE = 2 # STDOUT STDERR
END_MULTILINE = 3 # STDOUT STDERR
Expand Down

0 comments on commit 0e843eb

Please sign in to comment.