diff options
-rw-r--r-- | doc/mytest.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/mytest.cfg b/doc/mytest.cfg index 1385e493d..db058b8f3 100644 --- a/doc/mytest.cfg +++ b/doc/mytest.cfg @@ -3,7 +3,8 @@ [Common] cc=gcc # '=' and ':' are the same ---foo="bar" # '--cc' and 'cc' are the same, 'bar' and '"bar"' are the same +--foo="bar" # '--cc' and 'cc' are the same, 'bar' and '"bar"' are the same (except for '#') +macrosym: "#" # Note that '#' is interpreted as a comment without the quotation --verbose [Windows] |