config-test.cfg
来自「subversion-1.4.5.tar.gz 配置svn的源码」· CFG 代码 · 共 38 行
CFG
38 行
# default values across all sections[DEFAULT]foo=bar# Not implementing __name__ expansions#baz=%(__name__)s[section1]# Trailing whitespacea=Aa # leading whitespace / numericb= 100# Variable expansionc=%(foo)s# Expansion for non-existent option (ConfigParser throws an# InterpolationError with the message "Bad value substitution")d=a %(bogus)s oyster %(foo)se=%(bogus)s shmoo %(# Expansion format escaping doesn't seem possiblef=%%(a)s# Two-level variable expansion with surrounding textg=lyrical %(c)sd# Unterminated format stringh= %(unterminated# Multiple expansionsi=%(a)s %(b)s[booleans]true1 = truetrue2 = Yestrue3 = oNtrue4 = 1bad_true = och, ayefalse1 = FALSEfalse2 = nofalse3 = oFffalse4 = 0bad_false = nyet!
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?