expreduce icon indicating copy to clipboard operation
expreduce copied to clipboard

Replacement within held parts is not handled correctly

Open corywalker opened this issue 9 years ago • 0 comments

assert.Equal(t, "Hold[Length[{a, b, c}]]", EasyRun("{a, b, c} /. {n__} :> Hold[Length[{n}]]", es)) assert.Equal(t, "Hold[Length[{a, b, c}]]", EasyRun("{a, b, c} /. {n__} -> Hold[Length[{n}]]", es))

both of these fail.

corywalker avatar Jan 22 '17 23:01 corywalker