mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +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: f08e01c5d9
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
|
return False
|
||||||
if filename.startswith('Tests/LibWeb/Layout/'):
|
if filename.startswith('Tests/LibWeb/Layout/'):
|
||||||
return False
|
return False
|
||||||
|
if filename.startswith('Tests/LibWeb/Ref/'):
|
||||||
|
return False
|
||||||
if filename.startswith('Tests/LibWeb/Text/'):
|
if filename.startswith('Tests/LibWeb/Text/'):
|
||||||
return False
|
return False
|
||||||
if filename.endswith('.txt'):
|
if filename.endswith('.txt'):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue