Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant