mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +00:00
Meta: Don't check for newlines at EOF in Tests/LibWeb/Ref/
There are tests where absence of newlines at EOF is important and required to check certain behavior.
This commit is contained in:
parent
391a08bf17
commit
f08e01c5d9
Notes:
github-actions[bot]
2025-01-25 09:17:33 +00:00
Author: https://github.com/kalenikaliaksandr Commit: https://github.com/LadybirdBrowser/ladybird/commit/f08e01c5d98 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3360 Reviewed-by: https://github.com/awesomekling
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ def should_check_file(filename):
|
|||
return False
|
||||
if filename.startswith('Tests/LibWeb/Layout/'):
|
||||
return False
|
||||
if filename.startswith('Tests/LibWeb/Ref/'):
|
||||
return False
|
||||
if filename.startswith('Tests/LibWeb/Text/'):
|
||||
return False
|
||||
if filename.endswith('.txt'):
|
||||
|
|
Loading…
Add table
Reference in a new issue