mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Add an integration test for %include.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ContactInfo includefile@example.com
|
||||
Nickname nested
|
||||
ORPort 8008
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
ContactInfo includefile@example.com
|
||||
|
||||
%include "nested.inc"
|
||||
@@ -0,0 +1,2 @@
|
||||
|
||||
Nickname nested
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
%include "included.inc"
|
||||
|
||||
ORPort 8008
|
||||
Reference in New Issue
Block a user