Mercurial > hg > svcore
annotate data/fileio/test/csv/bad-negative-duration.csv @ 1882:38be2fa29efd
We need to be c++11 compatible here, and make_unique isn't in it
author | Chris Cannam |
---|---|
date | Fri, 26 Jun 2020 12:13:13 +0100 |
parents | 2654bf447a84 |
children |
rev | line source |
---|---|
Chris@1867 | 1 # As model-type-2d-duration-seconds.csv but with a negative value for a duration |
Chris@1867 | 2 1.1,4,620 |
Chris@1867 | 3 2.2,4.2,880 |
Chris@1867 | 4 3.3,0.4,440 |
Chris@1867 | 5 4.4,3.8,213 |
Chris@1867 | 6 5.5,-2.3,123 |