Browse Source

add at-ref and at-id to test content

pull/5/head
Fredrik Ekre 8 years ago
parent
commit
b4aba22410
  1. 6
      test/runtests.jl

6
test/runtests.jl

@ -136,7 +136,8 @@ end
end # testset parser end # testset parser
content = """ content = """
#' # Example #' # [Example](@id example-id)
#' [foo](@ref), [bar](@ref bbaarr)
x = 1 x = 1
#md #' Only markdown #md #' Only markdown
#md x + 1 #md x + 1
@ -259,7 +260,8 @@ end
EditURL = "https://github.com/fredrikekre/Examples.jl/blob/master/test/$(basename(sandbox))/inputfile.jl" EditURL = "https://github.com/fredrikekre/Examples.jl/blob/master/test/$(basename(sandbox))/inputfile.jl"
``` ```
# Example # [Example](@id example-id)
[foo](@ref), [bar](@ref bbaarr)
```@example inputfile ```@example inputfile
x = 1 x = 1

Loading…
Cancel
Save