diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cs/UNI-18829.cs')
-rwxr-xr-x | debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cs/UNI-18829.cs | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cs/UNI-18829.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cs/UNI-18829.cs deleted file mode 100755 index 62c9f8fb..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cs/UNI-18829.cs +++ /dev/null @@ -1,22 +0,0 @@ -// It shouldn't detele the space after the tuple definition -public static (bool updated, Warnings warnings) UpdateIncludesInFile( - string fileToUpdate, string oldIncludeFile, string newIncludeFile) -{ - // ... -} - -// It shouldn't detele the space after the tuple definition -public static (int, string) UpdateIncludesInFile( - string fileToUpdate, string oldIncludeFile, string newIncludeFile) -{ - // ... -} - -// It shouldn't detele the space after the tuple definition and updated, warnings should be tokenized as types -public static (updated, warnings) UpdateIncludesInFile( - string fileToUpdate, string oldIncludeFile, string newIncludeFile) -{ - // ... -} - - |