Skip to content

Commit

Permalink
Fix whitespace introduced in #45854 (#46750)
Browse files Browse the repository at this point in the history
* Fix whitespace introduced in #45854

* Fix more whitespace

Co-authored-by: Keno Fischer <[email protected]>
  • Loading branch information
ViralBShah and Keno authored Sep 14, 2022
1 parent 4bd59ac commit f7dea04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/src/devdocs/build/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,5 +348,5 @@ Note:
- `make -f contrib/refresh_checksums.mk openlibm`
4. Check if the patch files `deps/patches/openlibm-*.patch` exist
- if patches don't exist, skip.
- if patches exist, check if they have been merged into the new version and need to be removed.
- if patches exist, check if they have been merged into the new version and need to be removed.
When deleting a patch, remember to modify the corresponding Makefile file (`deps/openlibm.mk`).
4 changes: 2 additions & 2 deletions stdlib/Test/docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ Go ahead and create that file within the `test` directory and add the following
using Example
using Test

@testset "Example tests" begin
@testset "Example tests" begin

@testset "Math tests" begin
include("math_tests.jl")
Expand All @@ -408,7 +408,7 @@ We will need to create those two included files, `math_tests.jl` and `greeting_t
> **Note:** Notice how we did not have to specify add `Example` into the `test` environment's `Project.toml`.
> This is a benefit of Julia's testing system that you could [read about more here](https://pkgdocs.julialang.org/dev/creating-packages/).
#### Writing Tests for `math_tests.jl`
#### Writing Tests for `math_tests.jl`

Using our knowledge of `Test.jl`, here are some example tests we could add to `math_tests.jl`:

Expand Down

0 comments on commit f7dea04

Please sign in to comment.