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

Fix Issue with generating the in1.txt of a problem #174 #175

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

banoni-dev
Copy link

This pull request addresses issue #174, which involved unwanted HTML tags appearing in the generated in1.txt files.

Changes include:

  • Added stripHTMLTags Function: This function removes HTML tags from the input content, ensuring clean text output.
  • Enhanced Input Handling in findSample: The function now cleans the input before writing it to the files, preventing HTML tags from being included in the output.

These improvements ensure that the content of in1.txt is clean and properly formatted, resolving the reported issue.

…nd improve input handling in findSample function

fix(parse.go): ensure input is cleaned before writing to files to prevent unwanted HTML tags in output
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.

1 participant