Permalink
Browse files

Fix comment in sh_spec.py

  • Loading branch information...
granttrec authored and andychu committed Aug 23, 2018
1 parent 51f5cdf commit 0e843eb311417c3bfa4486073e0bc9f0bad86e2a
Showing with 1 addition and 1 deletion.
  1. +1 −1 test/sh_spec.py
View
@@ -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

0 comments on commit 0e843eb

Please sign in to comment.