Add unit test which runs `config.Config` on each of the examples in `examples/configs`
A very useful unit test of both config.Config
and our example config files is to simply try parsing every example config file without crashing. This will guarantee our examples remain up-to-date, and that we do not break our config parser.