You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test_matcher.js
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -14,42 +14,42 @@ for (const pattern of patterns) {
14
14
}
15
15
16
16
constsphinx_log=
17
-
`/home/travis/build/ammaraskar/sphinx-action/tests/test_projects/warnings_and_errors/index.rst:16: WARNING: Error in "code-block" directive:
17
+
`/tmp/spam/warnings_and_errors/index.rst:16: WARNING: Error in "code-block" directive:
18
18
maximum 1 argument(s) allowed, 2 supplied.
19
19
.. code-block:: ruby
20
20
as
21
21
22
-
/home/travis/build/ammaraskar/sphinx-action/tests/test_projects/warnings/index.rst:22: WARNING: Problems with "include" directive path:
22
+
/tmp/spam/warnings/index.rst:22: WARNING: Problems with "include" directive path:
23
23
InputError: [Errno 2] No such file or directory: 'I_DONT_EXIST'.
24
24
25
25
26
-
/home/travis/build/ammaraskar/sphinx-action/tests/test_projects/warnings/index.rst:24: WARNING: Unknown directive type "BADDIRECTIVE".
26
+
/tmp/spam/warnings/index.rst:24: WARNING: Unknown directive type "BADDIRECTIVE".
27
27
.. BADDIRECTIVE:: asdf
28
28
29
-
checking consistency... /home/travis/build/ammaraskar/sphinx-action/tests/test_projects/warnings/notintoc.rst: WARNING: document isn't included in any toctree`;
29
+
checking consistency... /tmp/spam/warnings/notintoc.rst: WARNING: document isn't included in any toctree`;
0 commit comments