Subject: | t/33tt-table-producer.t fails with Template 2.19 |
When installing a version > 0.09004 t/33tt-table-producer.t fails with
t/33tt-table-producer.t .......... 1/8
# Failed test 'Output looks right'
# at t/33tt-table-producer.t line 60.
# +---+----------------------------------------------------
+----------------------------------------------------+
# | Ln|Got |
Expected |
# +---+----------------------------------------------------
+----------------------------------------------------+
# | 1|Table: person |Table:
person |
# * 2| Primary Key:\s\s\n | Primary
Key: person_id\n *
# | 3| Foreign Keys: | Foreign
Keys: |
# | 4| Data Fields: name, age, weight, iq, description | Data
Fields: name, age, weight, iq, description |
# | 5|
| |
# | 6|Table: pet |Table:
pet |
# | 7| Primary Key: pet_id, person_id | Primary
Key: pet_id, person_id |
# | 8| Foreign Keys: | Foreign
Keys: |
# | 9| Data Fields: name, age | Data
Fields: name, age |
# | 10|
| |
# +---+----------------------------------------------------
+----------------------------------------------------+
#
# Failed test 'person.txt looks right'
# at t/33tt-table-producer.t line 69.
# +---+----------------------------------------------------
+----------------------------------------------------+
# | Ln|Got |
Expected |
# +---+----------------------------------------------------
+----------------------------------------------------+
# | 1|Table: person |Table:
person |
# * 2| Primary Key:\s\s\n | Primary
Key: person_id\n *
# | 3| Foreign Keys: | Foreign
Keys: |
# | 4| Data Fields: name, age, weight, iq, description | Data
Fields: name, age, weight, iq, description |
# | 5|
| |
# +---+----------------------------------------------------
+----------------------------------------------------+
Fails with Template 2.19, tested with Template 2.22 works. Suggest
increasing dependency version.