Skip to content

Commit

Permalink
Test diff strings with ~ inside
Browse files Browse the repository at this point in the history
This is to validate the fix in 7056093
  • Loading branch information
eproxus committed Sep 5, 2023
1 parent 004bec0 commit bd89278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unite_demo_test.erl
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ assert_equal_test() ->
value => 1,
list => [a, b, c, d, e],
tuple => {foo, bar},
binary => <<"test string">>,
binary => <<"test string ~p">>,
map => #{a => 1, b => 2, c => value}
},
(fun() -> #{
value => 2,
list => [a, b, x, d, e],
tuple => {foo, baz},
binary => <<"test binary">>,
binary => <<"test binary ~p">>,
map => #{foo => baz, bar => qux}
} end)()
).
Expand Down

0 comments on commit bd89278

Please sign in to comment.