Add an integration test for %include.

This commit is contained in:
Nick Mathewson 2019-09-13 16:53:40 -04:00
parent 28025698a1
commit 80e858e3e6
4 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,3 @@
ContactInfo includefile@example.com
Nickname nested
ORPort 8008

View File

@ -0,0 +1,4 @@
ContactInfo includefile@example.com
%include "nested.inc"

View File

@ -0,0 +1,2 @@
Nickname nested

View File

@ -0,0 +1,4 @@
%include "included.inc"
ORPort 8008