!2 If a field cell contains a repeat string that has been defined by the fixture (here '"'), the previous value is provided instead for that cell in the result. !|fitlibrary.spec.SpecifyFixture| |!-
| fitlibrary.specify.CalculateFixtureUnderTest2 |
| calc | |||
| a | b | plus | |
| 0 | 0 | 0 | |
| " | 1 | 1 | |
| -1 | " | 0 | |
| 1 | 2 | 3 | |
| fitlibrary.specify.CalculateFixtureUnderTest2 |
| calc | |||
| a | b | plus | |
| 0 | 0 | 0 | |
| " | 1 | 1 | |
| -1 | " | 0 | |
| 1 | 2 | 3 | |