Go back to using the nicer unicode picture of the directory
now that Matthew added support for those characters to Scribble This reverts commitdb464d5ed2
. This reverts commitdd5029947c
.
This commit is contained in:
parent
a8f748abeb
commit
023e2de5be
|
@ -385,20 +385,16 @@ each element in the sequence.
|
|||
a sequence.
|
||||
|
||||
@examples[
|
||||
(code:comment "Given a directory tree:")
|
||||
(code:comment "")
|
||||
(code:comment " /example")
|
||||
(code:comment " +-- a")
|
||||
(code:comment " | |")
|
||||
(code:comment " | +-- alpha")
|
||||
(code:comment " | +-- apple")
|
||||
(code:comment " |")
|
||||
(code:comment " +-- b")
|
||||
(code:comment " | |")
|
||||
(code:comment " | +-- beta")
|
||||
(code:comment " |")
|
||||
(code:comment " +-- c")
|
||||
(code:comment "")
|
||||
(code:comment @#,t{Given a directory tree:})
|
||||
(code:comment @#,t{})
|
||||
(code:comment @#,t{ /example})
|
||||
(code:comment @#,t{ ├── a})
|
||||
(code:comment @#,t{ │ ├── alpha})
|
||||
(code:comment @#,t{ │ └── apple})
|
||||
(code:comment @#,t{ ├── b})
|
||||
(code:comment @#,t{ │ └── beta})
|
||||
(code:comment @#,t{ └── c})
|
||||
(code:comment @#,t{})
|
||||
(eval:alts
|
||||
(parameterize ([current-directory "/example"])
|
||||
(for ([p (in-directory)])
|
||||
|
|
Loading…
Reference in New Issue
Block a user