You've already forked bash-ini-parser
mirror of
https://github.com/albfan/bash-ini-parser.git
synced 2025-08-09 05:22:44 +03:00
breakage on executable fix
This commit is contained in:
@@ -20,4 +20,11 @@ test_expect_success "var2 execute code" '
|
|||||||
test "$var2" != "hack"
|
test "$var2" != "hack"
|
||||||
'
|
'
|
||||||
|
|
||||||
|
test_expect_success "var2 execute code" '
|
||||||
|
test "$var3" == "100$"
|
||||||
|
'
|
||||||
|
|
||||||
|
test_expect_success "var2 execute code" '
|
||||||
|
test "$var4" == "use a ``"
|
||||||
|
'
|
||||||
test_done
|
test_done
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
[sec1]
|
[sec1]
|
||||||
var1="$(echo hack)"
|
var1="$(echo hack)"
|
||||||
var2="`echo hack`"
|
var2="`echo hack`"
|
||||||
|
var3="100$"
|
||||||
|
var4="use a `"
|
||||||
|
Reference in New Issue
Block a user