소스 검색

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

불러오는 중...
취소
저장