浏览代码

BUG: One should be able to escape the @ symbol.

Brad King 19 年之前
父节点
当前提交
e5549cff25
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Source/cmCommandArgumentParserHelper.cxx

+ 1 - 0
Source/cmCommandArgumentParserHelper.cxx

@@ -172,6 +172,7 @@ bool cmCommandArgumentParserHelper::HandleEscapeSymbol
   case '(':
   case ')':
   case '$':
+  case '@':
   case '^':
     this->AllocateParserType(pt, &symbol, 1);
     break;