; Fix c-ts-mode indent test
* test/lisp/progmodes/c-ts-mode-resources/indent.erts: Move the linux style test case down.
This commit is contained in:
@@ -135,32 +135,6 @@ int main() {
|
||||
}
|
||||
=-=-=
|
||||
|
||||
Name: Bracket-less Block-Statement (Linux Style) (bug#61026)
|
||||
|
||||
=-=-=
|
||||
int main() {
|
||||
while (true)
|
||||
if (true) {
|
||||
puts ("Hello");
|
||||
}
|
||||
for (int i=0;
|
||||
i<5;
|
||||
i++)
|
||||
if (true) {
|
||||
puts ("Hello");
|
||||
}
|
||||
do
|
||||
if (true) {
|
||||
puts ("Hello");
|
||||
}
|
||||
while (true);
|
||||
if (true)
|
||||
if (true) {
|
||||
puts ("Hello");
|
||||
}
|
||||
}
|
||||
=-=-=
|
||||
|
||||
Name: Multiline Parameter List (bug#60398)
|
||||
|
||||
=-=
|
||||
@@ -244,3 +218,29 @@ label:
|
||||
}
|
||||
}
|
||||
=-=-=
|
||||
|
||||
Name: Bracket-less Block-Statement (Linux Style) (bug#61026)
|
||||
|
||||
=-=-=
|
||||
int main() {
|
||||
while (true)
|
||||
if (true) {
|
||||
puts ("Hello");
|
||||
}
|
||||
for (int i=0;
|
||||
i<5;
|
||||
i++)
|
||||
if (true) {
|
||||
puts ("Hello");
|
||||
}
|
||||
do
|
||||
if (true) {
|
||||
puts ("Hello");
|
||||
}
|
||||
while (true);
|
||||
if (true)
|
||||
if (true) {
|
||||
puts ("Hello");
|
||||
}
|
||||
}
|
||||
=-=-=
|
||||
|
||||
Reference in New Issue
Block a user