mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 00:45:37 +01:00
fix python lint
This commit is contained in:
@@ -106,15 +106,15 @@ def test_regexp():
|
||||
limbo.run_test_fn(
|
||||
"select regexp_capture('the year is 2021', '([0-9]+)') = '2021';",
|
||||
true,
|
||||
);
|
||||
)
|
||||
limbo.run_test_fn(
|
||||
"select regexp_capture('abc 123 def', '([a-z]+) ([0-9]+) ([a-z]+)', 2) = '123';",
|
||||
true,
|
||||
);
|
||||
)
|
||||
limbo.run_test_fn(
|
||||
"select regexp_capture('no digits here', '([0-9]+)');",
|
||||
null,
|
||||
);
|
||||
)
|
||||
limbo.quit()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user