Exemplo n.º 1
0
def test_bug1():
    x=Symbol("x")
    assert re(x) != x
    x.series(x,1)
    assert re(x) != x