Closed martin-braun closed 1 year ago
echo $(echo "test")
converts to:
@echo off echo "%undefined%"
Even worse:
echo "$(echo "$(echo "test")")"
throws:
parse error: SyntaxError: Unclosed $(
duplicate of #51
converts to:
Even worse:
throws: