Skip to content

Commit 93efa45

Browse files
committed
solve conflicts
2 parents eb6c32a + 73b69a3 commit 93efa45

3 files changed

Lines changed: 36 additions & 13 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
export default {
2+
mode: "literal",
3+
tests: [
4+
{
5+
target: "\\frac{5}{4}",
6+
eq: [],
7+
ne: ["1.25", "\\frac{10}{8}"],
8+
},
9+
{
10+
target: "\\frac{10}{2}",
11+
eq: [],
12+
ne: ["5", "\\frac{20}{4}"],
13+
},
14+
{
15+
target: "\\frac{2}{1}",
16+
eq: [],
17+
ne: ["2", "\\frac{4}{2}"],
18+
}
19+
],
20+
};

src/literal/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,9 @@ export const isMathEqual = (a: MathNode, b: MathNode, opts: LiteralOpts) => {
3131
b = sort(b);
3232
}
3333

34+
<<<<<<< HEAD
3435
return a.equals(b);
36+
=======
37+
return a.equals(b)
38+
>>>>>>> master
3539
};

yarn.lock

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3859,15 +3859,14 @@ ini@^2.0.0:
38593859
integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==
38603860

38613861
init-package-json@^2.0.4:
3862-
version "2.0.4"
3863-
resolved "https://registry.yarnpkg.com/init-package-json/-/init-package-json-2.0.4.tgz#9f9f66cd5934e6d5f645150e15013d384d0b90d2"
3864-
integrity sha512-gUACSdZYka+VvnF90TsQorC+1joAVWNI724vBNj3RD0LLMeDss2IuzaeiQs0T4YzKs76BPHtrp/z3sn2p+KDTw==
3862+
version "2.0.5"
3863+
resolved "https://registry.yarnpkg.com/init-package-json/-/init-package-json-2.0.5.tgz#78b85f3c36014db42d8f32117252504f68022646"
3864+
integrity sha512-u1uGAtEFu3VA6HNl/yUWw57jmKEMx8SKOxHhxjGnOFUiIlFnohKDFg4ZrPpv9wWqk44nDxGJAtqjdQFm+9XXQA==
38653865
dependencies:
3866-
glob "^7.1.1"
3867-
npm-package-arg "^8.1.2"
3866+
npm-package-arg "^8.1.5"
38683867
promzard "^0.3.0"
38693868
read "~1.0.1"
3870-
read-package-json "^4.0.0"
3869+
read-package-json "^4.1.1"
38713870
semver "^7.3.5"
38723871
validate-npm-package-license "^3.0.4"
38733872
validate-npm-package-name "^3.0.0"
@@ -6568,7 +6567,7 @@ read-package-json-fast@^2.0.1, read-package-json-fast@^2.0.2, read-package-json-
65686567
json-parse-even-better-errors "^2.3.0"
65696568
npm-normalize-package-bin "^1.0.1"
65706569

6571-
read-package-json@^4.0.0, read-package-json@^4.1.1:
6570+
read-package-json@^4.1.1:
65726571
version "4.1.1"
65736572
resolved "https://registry.yarnpkg.com/read-package-json/-/read-package-json-4.1.1.tgz#153be72fce801578c1c86b8ef2b21188df1b9eea"
65746573
integrity sha512-P82sbZJ3ldDrWCOSKxJT0r/CXMWR0OR3KRh55SgKo3p91GSIEEC32v3lSHAvO/UcH3/IoL7uqhOFBduAnwdldw==
@@ -6985,9 +6984,9 @@ semver-diff@^3.1.1:
69856984
semver "^6.3.0"
69866985

69876986
semver-regex@^3.1.2:
6988-
version "3.1.2"
6989-
resolved "https://registry.yarnpkg.com/semver-regex/-/semver-regex-3.1.2.tgz#34b4c0d361eef262e07199dbef316d0f2ab11807"
6990-
integrity sha512-bXWyL6EAKOJa81XG1OZ/Yyuq+oT0b2YLlxx7c+mrdYPaPbnj6WgVULXhinMIeZGufuUBu/eVRqXEhiv4imfwxA==
6987+
version "3.1.3"
6988+
resolved "https://registry.yarnpkg.com/semver-regex/-/semver-regex-3.1.3.tgz#b2bcc6f97f63269f286994e297e229b6245d0dc3"
6989+
integrity sha512-Aqi54Mk9uYTjVexLnR67rTyBusmwd04cLkHy9hNvk3+G3nT2Oyg7E0l4XVbOaNwIvQ3hHeYxGcyEy+mKreyBFQ==
69916990

69926991
"semver@2 || 3 || 4 || 5", semver@^5.4.1, semver@^5.5.0, semver@^5.6.0:
69936992
version "5.7.1"
@@ -7672,9 +7671,9 @@ tiny-relative-date@^1.3.0:
76727671
integrity sha512-MOQHpzllWxDCHHaDno30hhLfbouoYlOI8YlMNtvKe1zXbjEVhbcEovQxvZrPvtiYW630GQDoMMarCnjfyfHA+A==
76737672

76747673
tmpl@1.0.x:
7675-
version "1.0.4"
7676-
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
7677-
integrity sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=
7674+
version "1.0.5"
7675+
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
7676+
integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==
76787677

76797678
to-fast-properties@^2.0.0:
76807679
version "2.0.0"

0 commit comments

Comments
 (0)