mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-26 14:28:49 +00:00
LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour tests
As there's a somewhat active development going on, let's keep the expected behaviour under tests to make sure nothing blows up :^)
This commit is contained in:
parent
0fe97cdfe4
commit
bed129a69f
Notes:
sideshowbarker
2024-07-17 18:24:17 +09:00
Author: https://github.com/alimpfard
Commit: bed129a69f
Pull-request: https://github.com/SerenityOS/serenity/pull/12719
Reviewed-by: https://github.com/DavidLindbom
Reviewed-by: https://github.com/linusg
13 changed files with 578 additions and 12 deletions
|
@ -25,7 +25,7 @@ HashMap<String, FunctionWithLength> s_exposed_global_functions;
|
|||
Function<void()> g_main_hook;
|
||||
Function<NonnullOwnPtr<JS::Interpreter>()> g_create_interpreter_hook;
|
||||
HashMap<bool*, Tuple<String, String, char>> g_extra_args;
|
||||
IntermediateRunFileResult (*g_run_file)(const String&, JS::Interpreter&) = nullptr;
|
||||
IntermediateRunFileResult (*g_run_file)(const String&, JS::Interpreter&, JS::ExecutionContext&) = nullptr;
|
||||
String g_test_root;
|
||||
int g_test_argc;
|
||||
char** g_test_argv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue