Validation tests fails if output file does not have whitespaces in the copyright notice
See original GitHub issueAfter some debugging while very confused, I have found an issue where if the copyright notice in the .out
file of a validation test does not have the 2-whitespaces at lines 4,9 and 10, validation test fails. Note that .html
part of the test does not need to have these whitespaces at all.
/to @honeybadgerdontcare /cc @powdercloud
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:9 (8 by maintainers)
Top Results From Across the Web
styleguide/cpplint.py at gh-pages - GitHub
"""Does google-lint on c++ files. The goal of this script is to identify places in the code that *may*. be in non-compliance with...
Read more >1. ConfigObj 5 Introduction and Reference
ConfigObj - a Python module for easy reading and writing of config files. ... If no input line is indented, no output line...
Read more >doctest — Test interactive Python examples — Python 3.11.1 ...
To perform regression testing by verifying that interactive examples from a test file or a test object work as expected. To write tutorial...
Read more >Introduction — pycodestyle 2.10.0 documentation
pycodestyle is a tool to check your Python code against some of the style conventions in PEP 8. Features; Disclaimer; Installation; Example usage...
Read more >Whitespace Character - an overview | ScienceDirect Topics
Delimiters, of which spaces are just one example, separate the elements of a SQL statement in order for the database to distinguish between...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
another option to consider is always generating it if
.out
is missing, otherwise do the compare.Closing this per closing #14989.