Browse Source

Updated expected test1 output which should have been included in commit fd9b3b2.

tags/json-c-0.13-20171207
Eric Haszlakiewicz 8 years ago
parent
commit
33db761551
4 changed files with 8 additions and 0 deletions
  1. +2
    -0
      tests/test1.expected
  2. +2
    -0
      tests/test1Formatted_plain.expected
  3. +2
    -0
      tests/test1Formatted_pretty.expected
  4. +2
    -0
      tests/test1Formatted_spaced.expected

+ 2
- 0
tests/test1.expected View File

@@ -38,6 +38,8 @@ after del_idx(0,1)=0, my_array.to_string()=[ ]
after del_idx(0,1)=-1, my_array.to_string()=[ ]
after del_idx(0,7)=0, my_array.to_string()=[ ]
after del_idx(0,8)=-1, my_array.to_string()=[ 1, 2, 3, 4, 5, null, 7 ]
after del_idx(0,6)=0, my_array.to_string()=[ 7 ]
after adding more entries, my_array.to_string()=[ 7, "s1", "s2", "s3" ]
my_array=
[0]=3
[1]=1


+ 2
- 0
tests/test1Formatted_plain.expected View File

@@ -38,6 +38,8 @@ after del_idx(0,1)=0, my_array.to_string()=[]
after del_idx(0,1)=-1, my_array.to_string()=[]
after del_idx(0,7)=0, my_array.to_string()=[]
after del_idx(0,8)=-1, my_array.to_string()=[1,2,3,4,5,null,7]
after del_idx(0,6)=0, my_array.to_string()=[7]
after adding more entries, my_array.to_string()=[7,"s1","s2","s3"]
my_array=
[0]=3
[1]=1


+ 2
- 0
tests/test1Formatted_pretty.expected View File

@@ -44,6 +44,8 @@ after del_idx(0,1)=0, my_array.to_string()=[]
after del_idx(0,1)=-1, my_array.to_string()=[]
after del_idx(0,7)=0, my_array.to_string()=[]
after del_idx(0,8)=-1, my_array.to_string()=[1,2,3,4,5,null,7]
after del_idx(0,6)=0, my_array.to_string()=[7]
after adding more entries, my_array.to_string()=[7,"s1","s2","s3"]
my_array=
[0]=3
[1]=1


+ 2
- 0
tests/test1Formatted_spaced.expected View File

@@ -38,6 +38,8 @@ after del_idx(0,1)=0, my_array.to_string()=[]
after del_idx(0,1)=-1, my_array.to_string()=[]
after del_idx(0,7)=0, my_array.to_string()=[]
after del_idx(0,8)=-1, my_array.to_string()=[1,2,3,4,5,null,7]
after del_idx(0,6)=0, my_array.to_string()=[7]
after adding more entries, my_array.to_string()=[7,"s1","s2","s3"]
my_array=
[0]=3
[1]=1


Loading…
Cancel
Save