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

load_pgn takes a pgn string, not a split array. Your lib is broken until that is fixed #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

theLAZYmd
Copy link

No description provided.

Copy link
Owner

@ajGingrich ajGingrich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In which use cases is it currently failing for you? and what case is this for? I see it as four potential use cases.

  1. inner html -> with nodes and Event data
  2. no inner html -> string with event data
  3. inner html -> no event data
  4. no inner html -> no event data

I see all tests cases except for number 4 working on my current master. However, after applying your changes it breaks every case without fixing number 4.

Thanks for contributing 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants