Merge pull request #63411 from Calinou/improve-null-object-dictionary-print

Improve null and object printing to avoid confusion with arrays
This commit is contained in:
Rémi Verschelde 2022-08-31 17:37:08 +02:00 committed by GitHub
commit 10aec9057c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 13 additions and 13 deletions

View file

@ -1,5 +1,5 @@
GDTEST_OK
null
<null>
0
1
2

View file

@ -1,2 +1,2 @@
GDTEST_OK
123456789101112131415161718192212223242526272829303132333435363738394041424344454647falsetruenull
123456789101112131415161718192212223242526272829303132333435363738394041424344454647falsetrue<null>

View file

@ -1,4 +1,4 @@
GDTEST_OK
null
<null>
true
false