Skip to content

Commit

Permalink
Fix tests for #1310 because blank lines are no longer allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Peng committed Oct 4, 2019
1 parent d531174 commit 1c78745
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -725,12 +725,11 @@ def testSectionDirectives(self):
'filename1'
''')
# An abusive case with multi-line OK, from first column ok, blank line ok
# An abusive case with multi-line OK, from first column ok
SoS_Script('''
[0]
input: 'filename',
'filename1',
filename4,
opt1=value
output:
Expand Down

0 comments on commit 1c78745

Please sign in to comment.