Преглед изворни кода

Be specific enough that =:= returns true

Refactoring the test suite I found that the old etap was only as strict
as the `==` operator where as EUnit uses the `=:=` operator.
pull/65/head
Paul J. Davis пре 11 година
родитељ
комит
25a301045f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      test/cases/doubles.eterm

+ 1
- 1
test/cases/doubles.eterm Прегледај датотеку

@ -1 +1 @@
[10, 10, 3.141569, 1000].
[10.0, 10.0, 3.141569, 1.0e3].

Loading…
Откажи
Сачувај