THOM BOHK
2011-06-09 01:39:09 UTC
I've been using the provided include_32 executable and the regress
script to test my include against the sample executable (which I
assume is meant to work perfectly), and I think I've found a bug:
I deliberately tried something like
#include <"myfile">
to trip my program up as I didn't prepare it to deal with this and it
is illegal since it's supposed to operate on lines of the type
#include[at least one tab/space but could be many]"filename"
right?
anyway include_32 found myfile and included it even though it shouldnt
have? or do I understand the assignment specifications wrong??
script to test my include against the sample executable (which I
assume is meant to work perfectly), and I think I've found a bug:
I deliberately tried something like
#include <"myfile">
to trip my program up as I didn't prepare it to deal with this and it
is illegal since it's supposed to operate on lines of the type
#include[at least one tab/space but could be many]"filename"
right?
anyway include_32 found myfile and included it even though it shouldnt
have? or do I understand the assignment specifications wrong??