fake_carrot_conf_bad.ini 415 B

123456789101112131415
  1. [carrotapp]
  2. # Whether or not our carrots are going to be turned into cake.
  3. ## These should throw errors
  4. carrotcake = slobber
  5. num_carrots = GROSS
  6. # A message encouraging our users to eat their carrots.
  7. encouragement_phrase = 586956856856 # shouldn't throw error
  8. # Something extra!
  9. blah_blah = "blah!" # shouldn't throw error either
  10. [celery]
  11. EAT_CELERY_WITH_CARROTS = pants # yeah that's def an error right there.