Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unfinished merge conflict committed to codebase #56

Closed
andstor opened this issue Nov 14, 2019 · 1 comment
Closed

Unfinished merge conflict committed to codebase #56

andstor opened this issue Nov 14, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@andstor
Copy link
Member

andstor commented Nov 14, 2019

There is an unresolved merge conflict in the post-parser.js file.

tex2max/src/post-parser.js

Lines 176 to 192 in fb50ee0

<<<<<<< HEAD
index += length;
=======
function parseSet() {
// Implement sets here
// handle commas as entities separator within the braces {a, b}
// Enforce correct number of commas.
// Only allow period in floats.
// split items between braces in an array and itterate it, recursively post parce it.
}
function parseFloat() {
let node;
let float;
>>>>>>> a9ffa167458e14e413ed0155ccff00296927cdd7

@andstor andstor added the bug Something isn't working label Nov 14, 2019
@nicolopinci
Copy link

Should have been fixed now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants