diff options
Diffstat (limited to 'scripts/t/Dpkg_Substvars/substvars1')
-rw-r--r-- | scripts/t/Dpkg_Substvars/substvars1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/t/Dpkg_Substvars/substvars1 b/scripts/t/Dpkg_Substvars/substvars1 new file mode 100644 index 0000000..f71c953 --- /dev/null +++ b/scripts/t/Dpkg_Substvars/substvars1 @@ -0,0 +1,9 @@ +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 |