Test Symbol Handling in Column and Row Fixture

First, store some numbers into the symbol table, and create a collection for later.

eg.SymbolTest.ColumnFixture1
input=output?
1one
2two
3three

Now retrieve them via the symbol table

eg.SymbolTest.ColumnFixture2
input=output!
one1
two2
three3

And now look at the results using the collection from ColumnFixture1

eg.SymbolTest.RowFixture1
input=output
one1
two2
three3