File: test_SimpleConfig.txt

package info (click to toggle)
sphinxtrain 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 32,572 kB
  • sloc: ansic: 94,052; perl: 8,939; python: 6,702; cpp: 2,044; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
foo = bar
   baz = quux

argh = foo \
     bar \
     "baz" \
     quux

blah = "foo's bar \"food\""
urgh = 'foo "ugh"'
blatz = 'blah\'s blah'