+backticks

This commit is contained in:
Thomas von Dein
2017-06-23 20:53:17 +02:00
parent 76b238e00e
commit a2b1bf1c31

View File

@@ -50,3 +50,6 @@ include complex/empty.cfg
# an array (unless -MergeDuplicates is true) # an array (unless -MergeDuplicates is true)
lines = hello lines = hello
lines = world # will become: 'lines' => ['hello', 'world'] lines = world # will become: 'lines' => ['hello', 'world']
# a backticks assignment
date = `date +%Ymd`