Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f20b269

Browse files
committed
Fix whitespace
1 parent dfa1cdd commit f20b269

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/regress/sql/json_encoding.sql

-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,3 @@ SELECT jsonb '{ "a": "dollar \u0024 character" }' ->> 'a' as correct_everywhere
6565
SELECT jsonb '{ "a": "dollar \\u0024 character" }' ->> 'a' as not_an_escape;
6666
SELECT jsonb '{ "a": "null \u0000 escape" }' ->> 'a' as fails;
6767
SELECT jsonb '{ "a": "null \\u0000 escape" }' ->> 'a' as not_an_escape;
68-

0 commit comments

Comments
 (0)