https://github.com/JuliaLang/julia
Revision a7ba25bc4c6f54d18b6ea93d3eda0b974909a7a1 authored by Curtis Vogt on 09 June 2017, 13:42:01 UTC, committed by Curtis Vogt on 09 June 2017, 18:45:21 UTC
Escaping the ≈ operator would result in the displayed evaluated
expression appearing as `x isapprox y` instead of `x ≈ y`. Additionally,
the code was written to ensure that the arguments of `@test` are only
evaluated once.
1 parent f2805a5
History
Tip revision: a7ba25bc4c6f54d18b6ea93d3eda0b974909a7a1 authored by Curtis Vogt on 09 June 2017, 13:42:01 UTC
Revise `get_test_result` to work correctly with ≈
Tip revision: a7ba25b
File Mode Size
.github
base
contrib
deps
doc
etc
examples
src
test
ui
.gitignore -rw-r--r-- 213 bytes
.mailmap -rw-r--r-- 9.5 KB
.travis.yml -rw-r--r-- 6.1 KB
CONTRIBUTING.md -rw-r--r-- 19.3 KB
DISTRIBUTING.md -rw-r--r-- 8.2 KB
HISTORY.md -rw-r--r-- 104.0 KB
LICENSE.md -rw-r--r-- 5.6 KB
Make.inc -rw-r--r-- 33.8 KB
Makefile -rw-r--r-- 26.1 KB
NEWS.md -rw-r--r-- 43.2 KB
README.arm.md -rw-r--r-- 5.7 KB
README.md -rw-r--r-- 27.4 KB
README.windows.md -rw-r--r-- 18.7 KB
VERSION -rw-r--r-- 10 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 2.3 KB

README.md

back to top