mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-29 04:44:23 +01:00
more test
This commit is contained in:
@@ -7399,6 +7399,13 @@ mod tests {
|
||||
body: Some(PragmaBody::Equals(Box::new(Expr::Name(Name::Ident("test".to_owned()))))),
|
||||
})],
|
||||
),
|
||||
(
|
||||
b"PRAGMA foreign_keys".as_slice(),
|
||||
vec![Cmd::Stmt(Stmt::Pragma {
|
||||
name: QualifiedName { db_name: None, name: Name::Ident("foreign_keys".to_owned()), alias: None },
|
||||
body: None,
|
||||
})],
|
||||
),
|
||||
];
|
||||
|
||||
for (input, expected) in test_cases {
|
||||
|
||||
Reference in New Issue
Block a user