summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/10006-dont-detab-strings.cpp
blob: 11352d82b4da438624861df7c879ab3a6b172e34 (plain)
1
2
3
4
5
6
void f() {
	auto x = "\ttest\t \t \t \t\t...   ???";
// *INDENT-OFF*
	 			auto x = "	test\t 	 	 		...   ???";
// *INDENT-ON*
}