/[bison]/bison/tests/sets.at
ViewVC logotype

Diff of /bison/tests/sets.at

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by akim, Thu Apr 25 10:30:27 2002 UTC revision 1.13 by akim, Mon May 6 08:42:24 2002 UTC
# Line 92  NULLABLE Line 92  NULLABLE
92          e: yes          e: yes
93  FIRSTS  FIRSTS
94          $axiom firsts          $axiom firsts
95                  4 ($axiom)                  $axiom
96                  5 (e)                  e
97          e firsts          e firsts
98                  5 (e)                  e
99  FDERIVES  FDERIVES
100          $axiom derives          $axiom derives
101                  0: e $                  0: e $
# Line 164  h: 'h'; Line 164  h: 'h';
164    
165  AT_CHECK([[bison --trace input.y]], [], [], [stderr])  AT_CHECK([[bison --trace input.y]], [], [], [stderr])
166    
167  AT_CHECK([[sed -n 's/[   ]*$//;/^RTC: Output BEGIN/,/^RTC: Output END/p' stderr]], [],  AT_CHECK([[sed -n 's/[   ]*$//;/^RTC: Firsts Output BEGIN/,/^RTC: Firsts Output END/p' stderr]], [],
168  [[RTC: Output BEGIN  [[RTC: Firsts Output BEGIN
169    
170     012345678     012345678
171    .---------.    .---------.
# Line 179  AT_CHECK([[sed -n 's/[  ]*$//;/^RTC: Out Line 179  AT_CHECK([[sed -n 's/[  ]*$//;/^RTC: Out
179   7|       11|   7|       11|
180   8|        1|   8|        1|
181    `---------'    `---------'
182  RTC: Output END  RTC: Firsts Output END
183  ]])  ]])
184    
185  AT_CLEANUP  AT_CLEANUP
# Line 227  NULLABLE Line 227  NULLABLE
227          exp: no          exp: no
228  FIRSTS  FIRSTS
229          $axiom firsts          $axiom firsts
230                  10 ($axiom)                  $axiom
231                  11 (exp)                  exp
232          exp firsts          exp firsts
233                  11 (exp)                  exp
234  FDERIVES  FDERIVES
235          $axiom derives          $axiom derives
236                  0: exp $                  0: exp $

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26