io.pathnames: enclose a few example outputs in double quote characters
parent
5efbf43690
commit
ac67370e15
|
@ -51,7 +51,7 @@ HELP: append-path
|
||||||
{ $examples
|
{ $examples
|
||||||
{ $unchecked-example """USING: io.pathnames prettyprint ;
|
{ $unchecked-example """USING: io.pathnames prettyprint ;
|
||||||
"first" "second.txt" append-path ."""
|
"first" "second.txt" append-path ."""
|
||||||
"first/second.txt"
|
"\"first/second.txt\""
|
||||||
}
|
}
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ HELP: prepend-path
|
||||||
{ $examples
|
{ $examples
|
||||||
{ $unchecked-example """USING: io.pathnames prettyprint ;
|
{ $unchecked-example """USING: io.pathnames prettyprint ;
|
||||||
"second.txt" "first" prepend-path ."""
|
"second.txt" "first" prepend-path ."""
|
||||||
"first/second.txt"
|
"\"first/second.txt\""
|
||||||
}
|
}
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
@ -124,7 +124,7 @@ HELP: home
|
||||||
{ $examples
|
{ $examples
|
||||||
{ $unchecked-example "USING: io.pathnames prettyprint ;"
|
{ $unchecked-example "USING: io.pathnames prettyprint ;"
|
||||||
"home ."
|
"home ."
|
||||||
"/home/factor-user"
|
"\"/home/factor-user\""
|
||||||
}
|
}
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue