mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibSQL: Rename TestSqlParser -> TestSqlStatementParser
A little bit clearer what is being tested now, since the expression parser also lives in its own file.
This commit is contained in:
parent
733806b6a1
commit
6cbf88ad4c
Notes:
sideshowbarker
2024-07-18 19:17:08 +09:00
Author: https://github.com/trflynn89
Commit: 6cbf88ad4c
Pull-request: https://github.com/SerenityOS/serenity/pull/6538
Reviewed-by: https://github.com/awesomekling
1 changed files with 1 additions and 1 deletions
|
@ -239,4 +239,4 @@ TEST_CASE(delete_)
|
||||||
validate("WITH RECURSIVE table AS () DELETE FROM table;", { true, "table", {} }, {}, "table", {}, false, false, {});
|
validate("WITH RECURSIVE table AS () DELETE FROM table;", { true, "table", {} }, {}, "table", {}, false, false, {});
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_MAIN(SqlParser)
|
TEST_MAIN(SqlStatementParser)
|
Loading…
Add table
Add a link
Reference in a new issue