File: numdb-test.dat

package info (click to toggle)
python-stdnum 1.18-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,176 kB
  • sloc: python: 8,932; javascript: 6,995; makefile: 11
file content (13 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# numdb-test.dat: used for testing the stdnum.numdb module
# this is a comment line
0-8 prop1="foo"
  100-999 prop2="bar"
  200,300-399 prop3="baz"
    333 prop4="bax"
6 prop1="boo"
  333 prop4="bla"
90-99 prop1="booz"
  200 comment1="this value will be ignored because a shorter one matches"
  00-89 prop2="foo"
  200 comment2="this value will also be ignored"
  900-999 prop2="fooz"