keke101 / pe

0 stars 0 forks source link

Special Characters Not Handled For Saving Files #6

Open keke101 opened 3 years ago

keke101 commented 3 years ago

Data are saved and separated by the vertical symbol |. When a noun is created with | in the WORD parameter, the program will not be able to parse the data file properly after reloading the data file.

For example, if I create a noun using noun AB|C \d test, before I restart the program, I run a list words:

image.png It shows the word correctly.

However, after I restart the program and run list words again:

image.png

The letter "C" is cut off as the program did not handle the special character | properly.

nus-pe-bot commented 3 years ago

Team's Response

It's very unlikely that the user will enter a word or its definition with a "|" character, as few dictionaries contain them. Therefore, it maybe the tester intention to raise this issue. Anyway, we will account for this issue in the further versions.

Items for the Tester to Verify

:question: Issue severity

Team chose [severity.VeryLow] Originally [severity.High]

Reason for disagreement: [replace this with your reason]