C++: Autoformat tests.

This commit is contained in:
Geoffrey White
2022-10-21 18:36:12 +01:00
parent 2f849b4e77
commit dfe336cd33
3 changed files with 6 additions and 19 deletions

View File

@@ -1,10 +1,5 @@
import cpp
from AttributeFormattingFunction f
select
f,
f.getFormatParameterIndex(),
concat(f.getDefaultCharType().toString(), ", "),
concat(f.getWideCharType().toString(), ", "),
concat(f.getNonDefaultCharType().toString(), ", ")
select f, f.getFormatParameterIndex(), concat(f.getDefaultCharType().toString(), ", "),
concat(f.getWideCharType().toString(), ", "), concat(f.getNonDefaultCharType().toString(), ", ")