should be it
This commit is contained in:
13
external/duckdb/test/fuzzer/duckfuzz/json_extract_null.test
vendored
Normal file
13
external/duckdb/test/fuzzer/duckfuzz/json_extract_null.test
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# name: test/fuzzer/duckfuzz/json_extract_null.test
|
||||
# description: JSON Extract NULL
|
||||
# group: [duckfuzz]
|
||||
|
||||
require json
|
||||
|
||||
statement ok
|
||||
PRAGMA enable_verification
|
||||
|
||||
query I
|
||||
SELECT json_extract('hello world', CAST(NULL AS json)) AS c1
|
||||
----
|
||||
NULL
|
||||
Reference in New Issue
Block a user