Skip to content

Commit 9dfd076

Browse files
authored
[test] Fix documentation of %{fs-sep} et al (#95088)
1 parent e5bdb7a commit 9dfd076

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/docs/TestingGuide.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -741,16 +741,16 @@ RUN lines:
741741

742742
Expands to the path separator, i.e. ``:`` (or ``;`` on Windows).
743743

744-
``${fs-src-root}``
744+
``%{fs-src-root}``
745745
Expands to the root component of file system paths for the source directory,
746746
i.e. ``/`` on Unix systems or ``C:\`` (or another drive) on Windows.
747747

748-
``${fs-tmp-root}``
748+
``%{fs-tmp-root}``
749749
Expands to the root component of file system paths for the test's temporary
750750
directory, i.e. ``/`` on Unix systems or ``C:\`` (or another drive) on
751751
Windows.
752752

753-
``${fs-sep}``
753+
``%{fs-sep}``
754754
Expands to the file system separator, i.e. ``/`` or ``\`` on Windows.
755755

756756
``%/s, %/S, %/t, %/T``

0 commit comments

Comments
 (0)