Reconstructing sourced files ignores sourcing #822
Labels
bug
Something isn't working
reconstruct code
deals with the code reoncsutrction at the end of the static slicing
static slicing
Related to slicing the source code statically
The following tests contain an expected reconstruction string that is not what we expect, given the reconstruction should include code from the sourced files too - either inline or by including the
source
line in the reconstruction. Nevertheless, these tests pass.As can be seen from this last test, the sourced content is taken into account for the slice, however, as the
x <- 2
line is not part of the expected outpout sincex
is redefined inf
.The text was updated successfully, but these errors were encountered: