From 2f2d1f7fc1ba4971ef3a35a00e7fd1344940b2dd Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Mon, 6 Jan 2020 18:21:30 +0000 Subject: [PATCH] Bug 1604360 - [manifestparser] Remove mention of 'server-root' from the docs, r=egao Differential Revision: https://phabricator.services.mozilla.com/D58791 --HG-- extra : moz-landing-system : lando --- testing/mozbase/docs/manifestparser.rst | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/testing/mozbase/docs/manifestparser.rst b/testing/mozbase/docs/manifestparser.rst index ea029ddfe98c..a05ee028d1ff 100644 --- a/testing/mozbase/docs/manifestparser.rst +++ b/testing/mozbase/docs/manifestparser.rst @@ -156,22 +156,6 @@ treated as comments. The '#baz' anchor will not be stripped off, as it wasn't preceded by a space. -Special variable server-root -```````````````````````````` -There is a special variable called `server-root` used for paths on the system. -This variable is deemed a path and will be expanded into its absolute form. - -Because of the inheritant nature of the key/value pairs, if one requires a -system path, it must be absolute for it to be of any use in any included file. - -.. code-block:: text - - [DEFAULTS] - server-root = ../data - - [test1.js] - server-root = test1/data - Manifest Conditional Expressions ```````````````````````````````` The conditional expressions used in manifests are parsed using the *ExpressionParser* class.