]> git.saurik.com Git - bison.git/blobdiff - tests/cxx-type.at
(Torturing the Scanner): Add tests for ";|" in a grammar.
[bison.git] / tests / cxx-type.at
index 41ff56049c5ca844fa91c8dea6e39efb686a219d..9583b8fdfae9a6786bc58aaa67d7093ebcf6a53e 100644 (file)
@@ -1,5 +1,5 @@
 # Checking GLR Parsing.                         -*- Autotest -*-
-# Copyright (C) 2002 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -72,7 +72,7 @@ stmt : expr ';'  $2
      | '@'  { YYACCEPT; }
      ;
 
-expr : ID              { printf ("%s ", $$); }
+expr : ID              { printf ("%s ", ]$[1); }
      | TYPENAME '(' expr ')'
                        { printf ("%s <cast> ", ]$[1); }
      | expr '+' expr   { printf ("+ "); }