Skip to content

Commit fd5c7a8

Browse files
committed
fix(leading-zeros): math validation problem with a leading zero, when the response and the correct answer also have matching trailing zeros
1 parent fdef445 commit fd5c7a8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/latex-equal.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export const latexEqual = (a: Latex, b: Latex, opts: Opts) => {
2626
}
2727

2828
const al = lta.convert(a);
29-
3029
const bl = lta.convert(b);
3130

3231
if (differenceIsTooGreat(al, bl)) {

0 commit comments

Comments
 (0)