Explorar el Código

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 hace 11 años
padre
commit
25a301045f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      test/cases/doubles.eterm

+ 1
- 1
test/cases/doubles.eterm Ver fichero

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

Cargando…
Cancelar
Guardar