From e15304917c21fbc1d83b02e6ca2e9eb0c8f1963c Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 23 Jul 2015 21:54:12 +0200 Subject: 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. --- tests/config_continuation | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/config_continuation (limited to 'tests') 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 -- cgit v1.2.3