• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
5test:
6	echo $(shell echo \"" # "\")
7	echo $$(echo \"" # "\")
8