浏览代码

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].

正在加载...
取消
保存