summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorArtem V L <luardev@gmail.com>2019-10-25 15:22:26 +0200
committerAndreas Rumpf <rumpf_a@web.de>2019-10-25 15:22:26 +0200
commit60ff41a8da9fffecea034846dc415086b2c12ed6 (patch)
tree1772a60d46a759ed067a8a2e2cc72b82f6762a3c /doc
parent1d42108fdaa3099ecfc7d24bdfda02ecb9cdac64 (diff)
downloadNim-60ff41a8da9fffecea034846dc415086b2c12ed6.tar.gz
'#' value parcing is explained (disambiguated) (#12476)
Diffstat (limited to 'doc')
-rw-r--r--doc/mytest.cfg3
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]