diff options
Diffstat (limited to 'scripts/t/Dpkg_Substvars')
-rw-r--r-- | scripts/t/Dpkg_Substvars/substvars1 | 9 | ||||
-rw-r--r-- | scripts/t/Dpkg_Substvars/substvars2 | 7 |
2 files changed, 16 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 diff --git a/scripts/t/Dpkg_Substvars/substvars2 b/scripts/t/Dpkg_Substvars/substvars2 new file mode 100644 index 0000000..27d5944 --- /dev/null +++ b/scripts/t/Dpkg_Substvars/substvars2 @@ -0,0 +1,7 @@ +var1=Some value +var2=Some other value +name3=Yet another value +name4=Name value +prefix:var5=Foo +prefix:name6=Bar +otherprefix:var7=Quux |