This repository has 2 branches:
The "data" and "doc" directories contains files that correspond to your student number
You should ONLY work on the files assigned to you.
These files have had simulated errors created them, there are two types:
Insertion | Severity |
---|---|
XXXXXXX | High |
lower_case_word -> UPPER_CASE_WORD | Low |
There are a maximum of 3 types of each error in each file.
There's a script (./bin/detect_differences.sh) that we'll use to check whether the files match what we expect.
Feel free to use it to check your work. Run the diff lines against your files (removing the redirect to /dev/null) to see what needs to change