File: test_parse.txt

package info (click to toggle)
libabz 0.5.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 588 kB
  • ctags: 337
  • sloc: ansic: 3,089; makefile: 206; sh: 13
file content (15 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

# comment on the beginning of the line

    # comment in the middle

value1 = some value "with a string" in the middle

   value2 = some value without a string

value3 = some value # and a comment

   value4 = "some string" # and a comment

value5 = this # is "not a string"