mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
Fix whitespace
This commit is contained in:
parent
2539b9b083
commit
7109c606d0
|
|
@ -65,4 +65,3 @@ SELECT jsonb '{ "a": "dollar \u0024 character" }' ->> 'a' as correct_everywhere
|
||||||
SELECT jsonb '{ "a": "dollar \\u0024 character" }' ->> 'a' as not_an_escape;
|
SELECT jsonb '{ "a": "dollar \\u0024 character" }' ->> 'a' as not_an_escape;
|
||||||
SELECT jsonb '{ "a": "null \u0000 escape" }' ->> 'a' as fails;
|
SELECT jsonb '{ "a": "null \u0000 escape" }' ->> 'a' as fails;
|
||||||
SELECT jsonb '{ "a": "null \\u0000 escape" }' ->> 'a' as not_an_escape;
|
SELECT jsonb '{ "a": "null \\u0000 escape" }' ->> 'a' as not_an_escape;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user