Skip to content

Names split across multiple lines parsing broke.

Sam Habiel requested to merge bug-split-names-json-decoder into master

It broke with commit fcefa1b5.

We added the VVSTART variable, but forgot to re-initailize it with VVIDX when a name is split over mulitple lines. Now it's fixed, and we now have a Unit Test that tests for it.

Merge request reports