Update test suite.

This commit is contained in:
Dianne Skoll
2020-01-15 09:20:31 -05:00
parent 8b2a69cf8d
commit c1d45485c1
2 changed files with 8 additions and 5 deletions

View File

@@ -406,6 +406,9 @@ void InitRemind(int argc, char const *argv[])
if (*arg == 'a' || *arg == 'A') {
DoSimpleCalDelta = 1;
} else if (*arg == 'p' || *arg == 'P') {
/* JSON interchange formats always include
file and line number info */
DoPrefixLineNo = 1;
if (PsCal == PSCAL_LEVEL1) {
PsCal = PSCAL_LEVEL2;
} else {