mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-11 14:08:42 +00:00
Added \cong + fixed comment copypasta.
Test Plan: Parses and renders locally. Reviewers: alpert Reviewed By: alpert Differential Revision: http://phabricator.khanacademy.org/D6393
This commit is contained in:
@@ -63,7 +63,7 @@ describe("A bin parser", function() {
|
||||
});
|
||||
|
||||
describe("A rel parser", function() {
|
||||
var expression = "=<>\\leq\\geq\\neq\\nleq\\ngeq";
|
||||
var expression = "=<>\\leq\\geq\\neq\\nleq\\ngeq\\cong";
|
||||
|
||||
it("should not fail", function() {
|
||||
expect(function() {
|
||||
|
Reference in New Issue
Block a user