diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02441-utf8-identifiers.c')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02441-utf8-identifiers.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02441-utf8-identifiers.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02441-utf8-identifiers.c deleted file mode 100644 index 1dc39e9c..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02441-utf8-identifiers.c +++ /dev/null @@ -1,14 +0,0 @@ -void FooUtf8Сhar(void) // C is encoded in UTF-8 -{ -} - -struct テスト // Japanese 'test' -{ - void トスト() { - } // Japanese 'toast' -}; - -int main() { - テスト パン; // Japanese パン 'bread' - パン.トスト(); -} |