# \#doctest

**URL:** https://discourse.julialang.org/tag/doctest/1048.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [Documenter.jl doctest does not apply filter as expected](https://discourse.julialang.org/t/documenter-jl-doctest-does-not-apply-filter-as-expected/136706)

<div class="topic-metadata">

**Author:** [@phx](https://discourse.julialang.org/u/phx)\
**Replies:** 4\
**Last updated:** [April 16, 2026, 9:57am UTC](https://discourse.julialang.org/t/documenter-jl-doctest-does-not-apply-filter-as-expected/136706 "2026-04-16T09:57:45Z")

</div>

Hi all, I am writing the documentation for a package of mine, and in a doctest I have this output: 11-element Vector{ComplexF64}: 0.0 + 0.0im -1.617576049847552e-6 + 6.617439891157473e-23im -…

---

## [Doctests don't appear in REPL help mode](https://discourse.julialang.org/t/doctests-dont-appear-in-repl-help-mode/98534)

<div class="topic-metadata">

**Author:** [@gdalle](https://discourse.julialang.org/u/gdalle)\
**Replies:** 5\
**Last updated:** [May 9, 2023, 8:01am UTC](https://discourse.julialang.org/t/doctests-dont-appear-in-repl-help-mode/98534 "2023-05-09T08:01:36Z")

</div>

Hi there! Does anyone know why doctests are not displayed in the REPL help mode? For instance this works julia\> """ foo(x) Compute the foo. # Example \`\`\`julia foo…

---

## [Mv() in Windows](https://discourse.julialang.org/t/mv-in-windows/81904)

<div class="topic-metadata">

**Author:** [@Philippe\_Maincon1](https://discourse.julialang.org/u/Philippe_Maincon1)\
**Replies:** 6\
**Last updated:** [May 30, 2022, 9:22am UTC](https://discourse.julialang.org/t/mv-in-windows/81904 "2022-05-30T09:22:19Z")

</div>

I have two directories A and B(preexisting, with files in them) and I want to move, or copy the files inside A to B - without loosing previous content of B. So I type mv(A\*"\\\\\*",B) but get 'B' exists. \`force=true\` i…
