-
Notifications
You must be signed in to change notification settings - Fork 25
Implement hands on hp-diff-changes #112
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
base: main
Are you sure you want to change the base?
Conversation
|
|
||
| create_or_update_file( | ||
| "colours.txt", | ||
| "a file for colours\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "a file for colours\n", | |
| "a file for colours", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think here should remove the escape sequence. The targeted colour.txt should be
a file for colours
blue
red
white
While if removed, will be
a file for coloursblue
red
white
| ) | ||
| create_or_update_file( | ||
| "shapes.txt", | ||
| "a file for shapes\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "a file for shapes\n", | |
| "a file for shapes", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same reason as colour.txt, here I think we should keep the \n
Exercise Review
Exercise Discussion
Link the exercise discussion issue #105
Checklist
Git-Masteryorganization, have you created a request for it?repo-smithto validate the exercise grading scheme?test-download.sh?git-autograder?app?