Skip to content

Commit

Permalink
More test on 'no dollar-single-quotes inside double quotes'
Browse files Browse the repository at this point in the history
  • Loading branch information
magicant committed Dec 10, 2024
1 parent 0c671be commit 96e6050
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/quote-y.tst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ __IN__
__OUT__

test_oE 'no dollar-single-quotes inside double quotes'
printf '%s\n' "$'\x20'"
null=
printf '%s\n' "$'\x20$null'"
__IN__
$'\x20'
__OUT__
Expand Down

0 comments on commit 96e6050

Please sign in to comment.