diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/spec_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec_tests.py b/test/spec_tests.py index 4873632..7665eed 100755 --- a/test/spec_tests.py +++ b/test/spec_tests.py @@ -44,7 +44,7 @@ def do_test(test, normalize): if passed: return 'pass' else: - print_test_header(headertext, example_number,start_line,end_line) + print_test_header(test['section'], test['example'], test['start_line'], test['end_line']) sys.stdout.write(test['markdown']) expected_html_lines = '\n'.split(expected_html) actual_html_lines = actual_html.splitlines(True) |