github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/kati/testcase/escape_for_shell_in_recipe.mk (about)

     1  # TODO(ninja): The first testcase fails due to an extra escape. We
     2  # should be careful not to break the second case when we fix the first
     3  # case.
     4  
     5  test:
     6  	echo $(shell echo \"" # "\")
     7  	echo $$(echo \"" # "\")