mikeizbicki / cmc-csci040

Computing for the Web
37 stars 58 forks source link

Markdown issues #261

Closed PArellano02 closed 1 year ago

PArellano02 commented 1 year ago

Hello, I started working on the project, but whenever I copy and paste the command --input_file=README.md, I get an error telling me "command not found: --input_file=README.md"

mikeizbicki commented 1 year ago

This will be a quick, <1 minute fix, but it'll have to happen in person. I can look at it tomorrow in lab/office hours, or you can ask someone at the QCL.

dwalker25 commented 1 year ago

Hi @mikeizbicki,

I have one error on the lab01 compile_lines function, but the Expected and Got sections look identical so I'm not sure why the test is failing.

image

Happy to come by in person if you have time today before 5 to sort through this. Thanks!

mikeizbicki commented 1 year ago

@dwalker25 Either the expected or the got sections probably has some extra spaces at the end of one of the lines. I'd check the test cases to ensure that you didn't accidentally add a space to the end of them.