diff options
| author | Tim Hatch <tim@timhatch.com> | 2010-12-21 22:34:20 -0800 |
|---|---|---|
| committer | Tim Hatch <tim@timhatch.com> | 2010-12-21 22:34:20 -0800 |
| commit | b86e4172cae193be7822b844533d39a4ee4e4968 (patch) | |
| tree | 1fcb58bb4686e3f7fa1e371ef6cd8017596bb9be /tests/examplefiles/test.ini | |
| parent | 92e3cf387d93ea5e1d2e0313d3250a4a993a5b5e (diff) | |
| download | pygments-b86e4172cae193be7822b844533d39a4ee4e4968.tar.gz | |
Allow rfc822-style continuation in ini files (#494)
Diffstat (limited to 'tests/examplefiles/test.ini')
| -rw-r--r-- | tests/examplefiles/test.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/examplefiles/test.ini b/tests/examplefiles/test.ini new file mode 100644 index 00000000..a447803d --- /dev/null +++ b/tests/examplefiles/test.ini @@ -0,0 +1,10 @@ +[section] + +foo = bar +continued = foo + baz +conttwo = + foo +; comment +# comment + |
