Permalink
Browse files
Fix comment in sh_spec.py
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
test/sh_spec.py
|
|
@@ -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