tests: formatting changes

* tests/javapush.at: here.
This commit is contained in:
Akim Demaille
2019-03-31 18:44:56 +02:00
parent 10175e4a65
commit 0b42cf8a36

View File

@@ -273,8 +273,7 @@ input:
line: line:
'\n' '\n'
| exp '\n' | exp '\n' { System.out.println("total = "+$[]1); }
{System.out.println("total = "+$[]1);}
| error '\n' | error '\n'
; ;
@@ -383,7 +382,6 @@ static class UserLexer implements Calc.Lexer
} }
} }
} }
} }
%code { %code {
@@ -396,7 +394,6 @@ public static void main (String[] argv)
calc.setDebugLevel(1); calc.setDebugLevel(1);
calc.parse(); calc.parse();
}//main }//main
} }
]AT_CALC_BODY[ ]AT_CALC_BODY[