Compare commits
1 commit
c88ebd862e
...
6c95e61d7f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c95e61d7f |
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ describe("parseFrenchAmount — call-site fallout (#326)", () => {
|
||||||
expect(drafts[0].unit_price).toBe("15025"); // DEFECT — should be "150.25"
|
expect(drafts[0].unit_price).toBe("15025"); // DEFECT — should be "150.25"
|
||||||
expect(drafts[0].book_cost).toBe("1200"); // clean cell, correct today
|
expect(drafts[0].book_cost).toBe("1200"); // clean cell, correct today
|
||||||
expect(drafts[1].unit_price).toBe("300.5"); // clean cell, correct today
|
expect(drafts[1].unit_price).toBe("300.5"); // clean cell, correct today
|
||||||
expect(drafts[1].book_cost).toBe("140000"); // DEFECT — should be "1400"
|
expect(drafts[1].book_cost).toBe("140000"); // DEFECT — should be 1400
|
||||||
});
|
});
|
||||||
|
|
||||||
it("drops an accounting-parenthesis price instead of reading it", () => {
|
it("drops an accounting-parenthesis price instead of reading it", () => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue