; 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:
parent
d963a8f135
commit
96ea27278b
1 changed files with 26 additions and 26 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
=-=-=
|
||||
|
|
Loading…
Add table
Reference in a new issue