Sha256: abc87690f8097387a394c8225f4b5e4c0ed741bf9bc8d7289bc797125814a608

Contents?: true

Size: 737 Bytes

Versions: 1

Compression:

Stored size: 737 Bytes

Contents

#
#	Do not change id or key
#		'id' could be referenced by existing data
#		'key' is used in the rails code for searching 
#
#	Be Advised.  Yaml fixture labels MUST BE UNIQUE.
#		If a label is repeated, only the last one will exist.
#
#	Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
#
all:
  id: 1
  position: 1
  code: 1
  key: ALL
  description: ALL
aml:
  id: 2
  position: 2 
  code: 2
  key: AML
  description: AML
other:
  id: 3
  position: 3
  code: 3
  key: other
  description: other
legacy:
  id: 4
  code: 777
  position: 4
  key: unspec
  description:  missing data (eg. legacy nulls)
dk:
  id: 5
  code: 999
  position: 5
  key: dk
  description:  don't know

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ccls-ccls_engine-3.11.0 generators/ccls_engine/templates/fixtures/diagnoses.yml