Fix whitespace

This commit is contained in:
Peter Eisentraut 2015-10-11 21:44:27 -04:00
parent dfa1cddc4c
commit f20b26960a
1 changed files with 0 additions and 1 deletions

View 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;