================
@@ -39,7 +39,7 @@ class Foo;
 // CHECK-NEXT:                      <tr>
 // CHECK-NEXT:                          <th>Name</th>
 // CHECK-NEXT:                          <th>Value</th>
-// CHECK-NEXT:                      </tr>
+// CHECK:                           </tr>
----------------
SamrudhNelli wrote:

Thats becaue moustache adds a new empty line containing some spaces, when it 
encounters this block `{{HasComments}}<th>Comments</th>{/HasComments}}`, and 
HasComments is nil.
`-EMPTY` doesn't work, we could use regex if needed..

https://github.com/llvm/llvm-project/pull/183085
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to