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

tableParser 오류 발생에 대하여 #4

Open
aaei924 opened this issue Jun 22, 2021 · 3 comments
Open

tableParser 오류 발생에 대하여 #4

aaei924 opened this issue Jun 22, 2021 · 3 comments

Comments

@aaei924
Copy link

aaei924 commented Jun 22, 2021

js-namumark-master/parsers/tableParser.js:11
rowspan += parseInt(/^|([0-9]+)$/.exec(optionContent)[1] || /^^|([0-9]+)$/.exec(optionContent)[1] || /^v|([0-9]+)$/.exe(optionContent)[1]);
^

TypeError: Cannot read property '1' of null
at parseOptionBracket (/home/ubuntu/js-namumark-master/parsers/tableParser.js:11:63)
at module.exports (/home/ubuntu/js-namumark-master/parsers/tableParser.js:124:105)
at doParse (/home/ubuntu/js-namumark-master/index.js:44:80)
at Immediate. (/home/ubuntu/js-namumark-master/index.js:180:43)

텍스트를 작성하고 '저장' 버튼을 눌렀더니 이런 오류가 발생하면서 프로세스가 중단됐습니다.

@LiteHell
Copy link
Owner

해당 오류를 발생시킨 위키텍스트를 알 수 있을까요?

@aaei924
Copy link
Author

aaei924 commented Jun 12, 2022

아마 나무위키 문법 도움말로 기억합니다.

@LiteHell
Copy link
Owner

지금 파서를 재작성하고 있으니, 개발중에 참고하도록 하겠습니다.

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

No branches or pull requests

2 participants