Fix whitespace
authorPeter Eisentraut <[email protected]>
Mon, 12 Oct 2015 01:44:27 +0000 (21:44 -0400)
committerPeter Eisentraut <[email protected]>
Mon, 12 Oct 2015 01:44:27 +0000 (21:44 -0400)
src/test/regress/sql/json_encoding.sql

index 47536fbaa8703f8054dd9e4aead7c30efd629ac0..87a2d564ff3cb494b6a8c1fd1269d5c9ed38be22 100644 (file)
@@ -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":  "null \u0000 escape" }' ->> 'a' as fails;
 SELECT jsonb '{ "a":  "null \\u0000 escape" }' ->> 'a' as not_an_escape;
-