Author: Stan Eisenstat
Subject: Re: [Cs223] + and - Fence Tests
Date: Thursday, 27 Feb 2020, 21:58:09
> Message Posted By: Unknown
...
> On the public test script, the + fence and escaping the + fence are in the
> same test and you must pass both to pass the test (i.e. you need to have
> correctly implemented both the + fence and escape characters). Will the
> private test scripts test them together as well, or separately. If we
> correctly implement the + and - fences but incorrectly implement escape
> characters, will be still pass some of the tests that just test the +/-
> fence?
The private tests might the + and - fences together
or separately, either with or without the / escape.
However, there will not be much overlap between what
two different private tests require that is not in a
public test.
--Stan-
PREV
INDEX
NEXT