diff options
| author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-09-23 20:06:48 +0100 |
|---|---|---|
| committer | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2022-09-24 15:10:57 +0100 |
| commit | c7c0e4048d72d4125a63ba9b83effe59d253774c (patch) | |
| tree | efe4865208480da6ffff62b7a8aae58e4d852a07 /tests/js | |
| parent | 8db24515ea4298207a71556518e9a91bfc5ad6a3 (diff) | |
| download | sphinx-git-c7c0e4048d72d4125a63ba9b83effe59d253774c.tar.gz | |
Split out `sphinx_highlight.js`
Diffstat (limited to 'tests/js')
| -rw-r--r-- | tests/js/documentation_options.js | 1 | ||||
| -rw-r--r-- | tests/js/sphinx_highlight.js (renamed from tests/js/doctools.js) | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/js/documentation_options.js b/tests/js/documentation_options.js new file mode 100644 index 000000000..e736460a0 --- /dev/null +++ b/tests/js/documentation_options.js @@ -0,0 +1 @@ +const DOCUMENTATION_OPTIONS = {}; diff --git a/tests/js/doctools.js b/tests/js/sphinx_highlight.js index 7268a6a8c..1f52eabb9 100644 --- a/tests/js/doctools.js +++ b/tests/js/sphinx_highlight.js @@ -1,5 +1,3 @@ -const DOCUMENTATION_OPTIONS = {}; - describe('highlightText', function() { const cyrillicTerm = 'шеллы'; |
