diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-07-23 21:54:12 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-07-23 21:54:12 +0200 |
| commit | e15304917c21fbc1d83b02e6ca2e9eb0c8f1963c (patch) | |
| tree | 2e6cb620cfeea83e20bddb7197a0cadda909ff61 /tests | |
| parent | 9fa6f3d58a7000c3cd501c60c12758781b002063 (diff) | |
Add .config header continuation line test.
Mostly to get coverage for _FileFeed.peek_next(), which is only used
while reading the header. The tested behavior probably doesn't make much
sense for .config files and stems from _FileFeed reuse. It's fairly
obscure at least.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/config_continuation | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/config_continuation b/tests/config_continuation new file mode 100644 index 0000000..5dd78cc --- /dev/null +++ b/tests/config_continuation @@ -0,0 +1,7 @@ +# Foo \ +# Bar +# Baz \ +# Foo \ +# Bar +# Baz +# Foo |
