mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +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:
committed by
Andreas Kling
parent
391a08bf17
commit
f08e01c5d9
@@ -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'):
|
||||
|
||||
Reference in New Issue
Block a user