mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
JSSpecCompiler: Add our first test :^)
This commit is contained in:
parent
107a3b44fa
commit
00928764e9
Notes:
sideshowbarker
2024-07-16 21:51:02 +09:00
Author: https://github.com/DanShaders
Commit: 00928764e9
Pull-request: https://github.com/SerenityOS/serenity/pull/21612
Reviewed-by: https://github.com/ADKaster
4 changed files with 138 additions and 1 deletions
|
@ -23,6 +23,7 @@ GOOD_LICENSE_HEADER_PATTERN = re.compile(
|
|||
LICENSE_HEADER_CHECK_EXCLUDES = {
|
||||
'AK/Checked.h',
|
||||
'AK/Function.h',
|
||||
'Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler/Tests/',
|
||||
'Userland/Libraries/LibJS/SafeFunction.h',
|
||||
'Userland/Libraries/LibELF/ELFABI.h',
|
||||
'Userland/Libraries/LibCodeComprehension/Cpp/Tests/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue