summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2015-10-12 01:44:27 +0000
committerPeter Eisentraut2015-10-12 01:44:27 +0000
commitf20b26960ae62a3ffd12782eea09e0e9c23a2ac1 (patch)
treed0a1c0ae0189aec2c94733884701fdf7d8656c66
parentdfa1cddc4c92cce0c35f926d813894a2b3632c27 (diff)
Fix whitespace
-rw-r--r--src/test/regress/sql/json_encoding.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/regress/sql/json_encoding.sql b/src/test/regress/sql/json_encoding.sql
index 47536fbaa87..87a2d564ff3 100644
--- a/src/test/regress/sql/json_encoding.sql
+++ b/src/test/regress/sql/json_encoding.sql
@@ -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;
-