google / open-vcdiff

An encoder/decoder for the VCDIFF (RFC3284) format
Apache License 2.0
187 stars 52 forks source link

Incorrect test case in vcdiffengine_test.cc #32

Closed Steelskin closed 10 years ago

Steelskin commented 10 years ago

Original issue 32 created by ehrmann on 2011-11-19T06:33:13.000Z:

EngineEncodeSampleTextInterleavedWithTargetMatching is identical to EngineEncodeSampleTextInterleaved. Notably, this is the first line:

Encode(/* interleaved = / true, / target matching = */ false);

It should test target matching.