Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Mar 15, 2024
1 parent 972f574 commit 7f98242
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/rewrite_helpers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ using Test
D = Differential(t)
my_f(x, y) = x^3 + 2y

occursin(x -> true, a+b)

# Check replace function.
let
@test isequal(replace(X + X + X, X =>1), 3)
Expand Down

0 comments on commit 7f98242

Please sign in to comment.