blob: 29b5fcf9a14c42e2327aa1aeebdafa7fec004b33 [file] [log] [blame]
Shinichiro Hamajifc14d5f2015-07-28 17:07:57 +09001# 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
5test:
6 echo $(shell echo \"" # "\")
7 echo $$(echo \"" # "\")