We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5bdb7a commit 9dfd076Copy full SHA for 9dfd076
llvm/docs/TestingGuide.rst
@@ -741,16 +741,16 @@ RUN lines:
741
742
Expands to the path separator, i.e. ``:`` (or ``;`` on Windows).
743
744
-``${fs-src-root}``
+``%{fs-src-root}``
745
Expands to the root component of file system paths for the source directory,
746
i.e. ``/`` on Unix systems or ``C:\`` (or another drive) on Windows.
747
748
-``${fs-tmp-root}``
+``%{fs-tmp-root}``
749
Expands to the root component of file system paths for the test's temporary
750
directory, i.e. ``/`` on Unix systems or ``C:\`` (or another drive) on
751
Windows.
752
753
-``${fs-sep}``
+``%{fs-sep}``
754
Expands to the file system separator, i.e. ``/`` or ``\`` on Windows.
755
756
``%/s, %/S, %/t, %/T``
0 commit comments