Updating test baselines for new dictionary code due to changes in ordering of fields in the dictionary

This commit is contained in:
Tim Wojtulewicz 2020-02-28 16:06:36 -07:00
parent 10e4694f8e
commit 21872aef39
153 changed files with 1958 additions and 1962 deletions

View file

@ -1,9 +1,9 @@
{
[2] = [b=T, notb=F],
[5] = [b=F, notb=T],
[3] = [b=F, notb=T],
[7] = [b=T, notb=F],
[6] = [b=F, notb=T],
[4] = [b=F, notb=T],
[1] = [b=T, notb=F],
[7] = [b=T, notb=F],
[5] = [b=F, notb=T],
[3] = [b=F, notb=T]
[1] = [b=T, notb=F]
}