diff options
Diffstat (limited to 'scripts/t/Dpkg_Substvars/substvars1')
-rw-r--r-- | scripts/t/Dpkg_Substvars/substvars1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/t/Dpkg_Substvars/substvars1 b/scripts/t/Dpkg_Substvars/substvars1 new file mode 100644 index 0000000..a2196c8 --- /dev/null +++ b/scripts/t/Dpkg_Substvars/substvars1 @@ -0,0 +1,10 @@ +var1=Some value +var2=Some other value +# the next line is empty + +# the next line has some spaces + + # this line has a late comment +var3=Yet another value +#var4=This is not set +optional-var5?=Optionally used value |