mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-26 20:53:04 +00:00
tests: formatting changes
* tests/javapush.at: here.
This commit is contained in:
@@ -273,8 +273,7 @@ input:
|
||||
|
||||
line:
|
||||
'\n'
|
||||
| exp '\n'
|
||||
{System.out.println("total = "+$[]1);}
|
||||
| exp '\n' { System.out.println("total = "+$[]1); }
|
||||
| error '\n'
|
||||
;
|
||||
|
||||
@@ -383,7 +382,6 @@ static class UserLexer implements Calc.Lexer
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
%code {
|
||||
@@ -396,7 +394,6 @@ public static void main (String[] argv)
|
||||
calc.setDebugLevel(1);
|
||||
calc.parse();
|
||||
}//main
|
||||
|
||||
}
|
||||
|
||||
]AT_CALC_BODY[
|
||||
|
||||
Reference in New Issue
Block a user