mikeizbicki / ucr-cs100

open source software construction course
Other
485 stars 407 forks source link

HW 0 Test Case: Comments (#) #246

Closed ManjunathChet closed 9 years ago

ManjunathChet commented 9 years ago

The specs say if parameters come after a comment (#), then they are not passed in. If we have a connector following a comment, does everything following the connector get passed in? Or is that section also ignored?

I ran a test in terminal and it seems that everything is ignored after the comment (including the parameters after the connector). Regardless, I wanted to clarify what we are required to do for rshell.

mikeizbicki commented 9 years ago

Everything after a # should be ignored. It doesn't matter what it is.