Skip to content

Commit

Permalink
regression test for (Z) comment notation by dannypan
Browse files Browse the repository at this point in the history
  • Loading branch information
IR0NSIGHT committed Dec 6, 2023
1 parent 5437105 commit de4ead5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FileOperation/Parser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ describe('parse config', () => {
`
const jsonObject = JSON.parse(jsonString);
const parsedOp = parseOperations(jsonString);
expect(isParsingError(parsedOp)).toBeFalsy();
expect(isParsingError(parsedOp)).toBeTruthy();
expect((parsedOp as ParsingError).mssg).toContain("could not find custom layer with name: Ta - Eurasian Aspen (Z)")
})
});

0 comments on commit de4ead5

Please sign in to comment.